From bb65f55412c0678742743cfa523f112499bbbbad Mon Sep 17 00:00:00 2001 From: isarra Date: Sat, 4 Oct 2014 01:03:36 +0000 Subject: [PATCH] Adjust h3 size to keep it smaller than h2 across normal platforms 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 resources/src/mediawiki.skinning/elements.css diff --git a/resources/src/mediawiki.skinning/elements.css b/resources/src/mediawiki.skinning/elements.css old mode 100644 new mode 100755 index 392a2a6622..11962f8d8c --- a/resources/src/mediawiki.skinning/elements.css +++ b/resources/src/mediawiki.skinning/elements.css @@ -112,7 +112,7 @@ h6 { } h3 { - font-size: 132%; + font-size: 128%; } h4 { -- 2.20.1