diff options
Diffstat (limited to 'client/stylesheets')
-rw-r--r-- | client/stylesheets/base.scss | 6 |
1 files changed, 5 insertions, 1 deletions
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 { | |||
17 | 17 | ||
18 | &:hover { text-decoration: none; } | 18 | &:hover { text-decoration: none; } |
19 | } | 19 | } |
20 | } \ No newline at end of file | 20 | } |
21 | |||
22 | .panel_block:not(:last-child) { | ||
23 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); | ||
24 | } | ||