diff options
author | Unknwon <u@gogs.io> | 2015-08-25 12:41:01 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-25 12:41:01 +0800 |
commit | be90ea583a3d65566be8bfbf3440cf0c20557972 (patch) | |
tree | ea2d6e06951bdfd63b36cf6f2a5635c9d9f0f47e /public | |
parent | c256fc4438488558c2976858bc0f7cf451aa641d (diff) | |
download | gitea-be90ea583a3d65566be8bfbf3440cf0c20557972.tar.gz gitea-be90ea583a3d65566be8bfbf3440cf0c20557972.zip |
#1521 reduce Docker image size
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 4d23a82078..ca59d207f0 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -87,7 +87,7 @@ img.avatar-100 { height: 59px; z-index: 100; font-size: 12px; - width: 120%; + width: 170%; min-width: 140px; } #footer-lang .drop-down li > a { |