summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorAdam Strzelecki <ono@java.pl>2015-12-03 02:18:38 +0100
committerAdam Strzelecki <ono@java.pl>2015-12-03 02:18:38 +0100
commit0068b8106ba1c3dbe79bf6dfff79be470e950f4a (patch)
tree88bea916ab5c2ea74dc1d6e0643ac60790051e4a /public/css
parent2580e7b57e60011766cf58a6c7cce421e193a668 (diff)
downloadgitea-0068b8106ba1c3dbe79bf6dfff79be470e950f4a.tar.gz
gitea-0068b8106ba1c3dbe79bf6dfff79be470e950f4a.zip
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.
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index c3ac5ffce1..426d85243e 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 {