diff options
author | Unknwon <u@gogs.io> | 2015-12-02 20:26:48 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-02 20:26:48 -0500 |
commit | c4bab163cb1d28385cd18ba0d58c9a3e3b237361 (patch) | |
tree | d77e573dca1f359a802645e5941c01e0751688f4 /public/css | |
parent | 3d3498bda17ce35d38f7e06ce63f6a62dd5a894e (diff) | |
parent | 0068b8106ba1c3dbe79bf6dfff79be470e950f4a (diff) | |
download | gitea-c4bab163cb1d28385cd18ba0d58c9a3e3b237361.tar.gz gitea-c4bab163cb1d28385cd18ba0d58c9a3e3b237361.zip |
Merge pull request #2088 from nanoant/patch/further-layout-fixes
Further layout fixes
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 1c5a29b251..ae1b888040 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -5,9 +5,7 @@ font-style: normal; } .octicon, -.mega-octicon, -.icon.octicon, -.icon.mega-octicon { +.mega-octicon { font: normal normal normal 16px/1 octicons; display: inline-block; text-decoration: none; @@ -1052,6 +1050,7 @@ footer .container .links > *:first-child { .octicon.icon, .mega-octicon.icon { font-family: octicons; + font-size: 16px; opacity: 1 !important; } .sr-only { |