summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 207be17f3..242818c9a 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1064,13 +1064,16 @@ margin-bottom:0;
}
.section .notice {
-padding-top:11px;
-padding-bottom:11px;
+padding-top:7px;
+padding-bottom:7px;
+border-top:0;
}
.section .notice:first-child {
padding-top:0;
-border-top:0;
+}
+.section .notice .fn {
+display:none;
}