Adjust h3 size to keep it smaller than h2 across normal platforms
authorisarra <s@zaori.org>
Sat, 4 Oct 2014 01:03:36 +0000 (01:03 +0000)
committerisarra <s@zaori.org>
Sat, 4 Oct 2014 01:03:36 +0000 (01:03 +0000)
Some platforms (especially certain linux distros) use slightly wider
sans-serifs than others by default. Bolding these wider fonts has a
more significant size impact than with narrower ones, so because the
h3 is bold and the h2 is not, a little more distance between their
defined sizes should ensure that the h3 will remain smaller than the
h2 regardless of platform.

Bug: 69999
Change-Id: I667c60f553d67e5208c708446f13b0773ad11ace

resources/src/mediawiki.skinning/elements.css [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 392a2a6..11962f8
@@ -112,7 +112,7 @@ h6 {
 }
 
 h3 {
-       font-size: 132%;
+       font-size: 128%;
 }
 
 h4 {