diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 19:38:07 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 19:38:07 +0800 |
commit | 5d67960b1e812c2b455c93ec9c86d72c9c9a7f5b (patch) | |
tree | cd57f1b405c9b2ff4ce2be42b08525ae773ccd7a /public | |
parent | 94ac5ebb9f100c77da02b56961119a25cd9e6d20 (diff) | |
download | gitea-5d67960b1e812c2b455c93ec9c86d72c9c9a7f5b.tar.gz gitea-5d67960b1e812c2b455c93ec9c86d72c9c9a7f5b.zip |
fix style
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index c8c5d87b8d..74dce472e2 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -97,11 +97,11 @@ html, body { } /* gogits nav item active status */ -.nav .active { +#masthead .nav .active { color: #fff; } -.nav .active:after { +#masthead .nav .active:after { position: absolute; bottom: -1px; left: 50%; |