From: Entlinkt Date: Fri, 7 Jun 2013 09:55:32 +0000 (+0200) Subject: Ensure
and
have different computed font size X-Git-Tag: 1.31.0-rc.0~19433^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=e906a2f27ced11f4bc90222e168cd654d8200910;p=lhc%2Fweb%2Fwiklou.git Ensure
and
have different computed font size Browsers tend to have a default font size of 16px and the Vector and Monobook skins use various techniques to end up at 12.8px resp. 12.7px for the bodytext. Now, in commonElements.css, we have 105% for
and 100% for
. This gives rounded values of 13px for
and
in Vector and Monobook, making them hard to distinguish. This patch enlarges
to 108% in Vector and Monobook. Bug: 48671 Change-Id: I9d0fccc687ceba05a6af847efc374fdef04f9b38 --- diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index f609716d44..9feb973911 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -103,7 +103,7 @@ h4 { font-size: 116%; } h5 { - font-size: 105%; + font-size: 108%; } h6 { font-size: 100%;