diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-25 07:47:15 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-25 07:47:15 -0400 |
commit | 34bea3650bb360563361bbd62338f72b35e1b707 (patch) | |
tree | 12938aadb533bdf271030e1450bca61b0f35cfdb | |
parent | 4f6889bef2bea9992330860e8605d5d0d06df23f (diff) | |
parent | 9b7e2823ead36c90e656ce76fcbb464f7a490363 (diff) | |
download | gitea-34bea3650bb360563361bbd62338f72b35e1b707.tar.gz gitea-34bea3650bb360563361bbd62338f72b35e1b707.zip |
Merge branch 'master' of github.com:gogits/gogs
-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%; |