Matmarex has uploaded a new change for review.
https://gerrit.wikimedia.org/r/67401
Change subject: Ensure <h5> and <h6> have different computed font size
......................................................................
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
---
M skins/common/commonElements.css
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/01/67401/1
diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css
index f609716..9feb973 100644
--- a/skins/common/commonElements.css
+++ b/skins/common/commonElements.css
@@ -103,7 +103,7 @@
font-size: 116%;
}
h5 {
- font-size: 105%;
+ font-size: 108%;
}
h6 {
font-size: 100%;
--
To view, visit https://gerrit.wikimedia.org/r/67401
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d0fccc687ceba05a6af847efc374fdef04f9b38
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Matmarex <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits