diff options
Diffstat (limited to 'public/css/gogs.css')
-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 ed711ba7..a4767c1c 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; } |