summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_base.less18
1 files changed, 13 insertions, 5 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index bd51f2303f..e359363423 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -196,12 +196,20 @@ pre {
}
}
.info {
- &.header {
- background-color: #d9edf7 !important;
- border-color: #85c5e5;
- }
&.segment {
- border-color: #85c5e5;
+ border-color: #85c5e5;
+ &.top {
+ background-color: #d9edf7 !important;
+ h3, h4 {
+ margin-top: 0;
+ }
+ h3:last-child {
+ margin-top: 4px;
+ }
+ > :last-child {
+ margin-bottom: 0;
+ }
+ }
}
}