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; } diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index efe35936c4..842a2a6d8f 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -6,9 +6,14 @@
- +

{{.CommitCount}} Commits

@@ -35,6 +40,15 @@
+
{{template "base/footer" .}}