From 0068b8106ba1c3dbe79bf6dfff79be470e950f4a Mon Sep 17 00:00:00 2001 From: Adam Strzelecki Date: Thu, 3 Dec 2015 02:18:38 +0100 Subject: CSS: Octicons 16px fix outside of _octicons.less Otherwise the fix will be overwritten by next _octicons.less update. This is follow-up for 22b0dfbb35f10f22ef0485e289f44532d7a71863. --- public/css/gogs.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index c3ac5ffc..426d8524 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 { -- cgit v1.2.3