aboutsummaryrefslogtreecommitdiffstats
path: root/public/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 2850d15e2e..48d485fa5a 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -663,6 +663,10 @@ html, body {
margin-top: -20px;
}
+#commits-pager {
+ margin-top: 0;
+}
+
#source .source-toolbar:after {
clear: both;
}
@@ -880,6 +884,10 @@ html, body {
margin-left: .5em;
}
+#commits-search-form {
+ margin-top: 4px;
+}
+
.commit-box .avatar, .diff-head-box .avatar {
width: 20px;
height: 20px;
@@ -887,10 +895,6 @@ html, body {
vertical-align: top;
}
-.commit-box .search {
- margin-top: 3px;
-}
-
.commit-box td {
background-color: #FFF;
}