summaryrefslogtreecommitdiffstats
path: root/public/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 583297afef..56a64cfd8e 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -895,13 +895,22 @@ pre.raw {
.ui .warning.segment {
border-color: #F0C36D;
}
-.ui .info.header {
- background-color: #d9edf7 !important;
- border-color: #85c5e5;
-}
.ui .info.segment {
border-color: #85c5e5;
}
+.ui .info.segment.top {
+ background-color: #d9edf7 !important;
+}
+.ui .info.segment.top h3,
+.ui .info.segment.top h4 {
+ margin-top: 0;
+}
+.ui .info.segment.top h3:last-child {
+ margin-top: 4px;
+}
+.ui .info.segment.top > :last-child {
+ margin-bottom: 0;
+}
.ui .normal.header {
font-weight: normal;
}