From: isarra Date: Sat, 4 Oct 2014 01:03:36 +0000 (+0000) Subject: Adjust h3 size to keep it smaller than h2 across normal platforms X-Git-Tag: 1.31.0-rc.0~13679^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/message.php?a=commitdiff_plain;h=bb65f55412c0678742743cfa523f112499bbbbad;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 {