diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-18 13:57:07 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-18 13:57:07 +0800 |
commit | 9533b23272097c538e25692ec91c37f4ea6c0b81 (patch) | |
tree | a4668d60f708c8e4cc217c9947359f87e841885a /public | |
parent | d886f4df9734ccf69647dfb5564effaca85fed50 (diff) | |
download | gitea-9533b23272097c538e25692ec91c37f4ea6c0b81.tar.gz gitea-9533b23272097c538e25692ec91c37f4ea6c0b81.zip |
theme changes
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 5352f8e397..6bf8246627 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; |