From a0382b70d03213f7bfa342982bbeafc8c85f1d73 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 Mar 2016 20:45:09 +0100 Subject: Add separations in the panel --- client/stylesheets/base.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/stylesheets/base.scss') diff --git a/client/stylesheets/base.scss b/client/stylesheets/base.scss index 37bdade1e..14da74e0c 100644 --- a/client/stylesheets/base.scss +++ b/client/stylesheets/base.scss @@ -17,4 +17,8 @@ footer { &:hover { text-decoration: none; } } -} \ No newline at end of file +} + +.panel_block:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} -- cgit v1.2.3