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)
commite906a2f27ced11f4bc90222e168cd654d8200910
tree0cbf16fa1a51030650cae1172d81706a62597cf8
parenta728e7b6582bff96b76d0f38b94da4c7682e3df6
Ensure <h5> and <h6> 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 <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