diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-19 22:15:28 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-19 22:15:28 +0800 |
commit | a0e73e2b5411499719a7e02281c48ad40dedfa24 (patch) | |
tree | f76b9e5ac40f072309a44c3d82663c39f139b1d8 /public | |
parent | 3634d1ee326fd285935c0a5992575583ef6467d4 (diff) | |
download | gitea-a0e73e2b5411499719a7e02281c48ad40dedfa24.tar.gz gitea-a0e73e2b5411499719a7e02281c48ad40dedfa24.zip |
top nav arrow update
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index ed711ba783..a4767c1c8b 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -119,6 +119,10 @@ html, body { bottom: -4px !important; } +#gogs-nav-avatar:after { + bottom: -4px !important; +} + .gogs-nav .tooltip { border: none; } @@ -712,11 +716,11 @@ html, body { vertical-align: top; } -.commit-box .search{ +.commit-box .search { margin-top: 3px; } -.commit-box td{ +.commit-box td { background-color: #FFF; } |