Ensure <h5> and <h6> have different computed font size
authorEntlinkt <entlinkt@gmx-topmail.de>
Fri, 7 Jun 2013 09:55:32 +0000 (11:55 +0200)
committerMatmaRex <matma.rex@gmail.com>
Fri, 7 Jun 2013 09:56:50 +0000 (11:56 +0200)
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 <h5> and 100% for <h6>. This gives
rounded values of 13px for <h5> and <h6> in Vector and Monobook, making them
hard to distinguish.

This patch enlarges <h5> to 108% in Vector and Monobook.

Bug: 48671
Change-Id: I9d0fccc687ceba05a6af847efc374fdef04f9b38

skins/common/commonElements.css

index f609716..9feb973 100644 (file)
@@ -103,7 +103,7 @@ h4 {
        font-size: 116%;
 }
 h5 {
-       font-size: 105%;
+       font-size: 108%;
 }
 h6 {
        font-size: 100%;