diff --git a/public/css/gogs.css b/public/css/gogs.css index 5352f8e39..6bf824662 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -33,6 +33,10 @@ html, body { margin: 0 .5em; } +.fa-m{ + margin: 0; +} + .list-group .list-group-item { background-color: transparent; } @@ -419,6 +423,10 @@ html, body { padding-top: 20px; } +.gogs-repo-nav .btn-default{ + font-family: Tahoma, Arial, sans-serif; +} + #gogs-repo-watching .dropdown-menu { width: 280px; padding: 0; @@ -530,6 +538,10 @@ html, body { color: #999; } +.popover .repo-clone-div{ + min-width: 200px; +} + /* #gogs-source */ #gogs-source { margin-top: -20px; diff --git a/templates/repo/nav.tmpl b/templates/repo/nav.tmpl index 1f74bc306..8cbf33c08 100644 --- a/templates/repo/nav.tmpl +++ b/templates/repo/nav.tmpl @@ -7,24 +7,24 @@ {{if not .IsBareRepo}}
- +
- +