Matmarex has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/61548


Change subject: Ensure headings are not smaller than body text
......................................................................

Ensure headings are not smaller than body text

A heading that's 80% the size of regular text? That's just weird.

Scaled the sizes slightly to give h6 100% of body text size.

Change-Id: I45bf6e8c8ec01cb5fdc8392b4944e970e130ce38
---
M skins/common/commonElements.css
M skins/common/oldshared.css
2 files changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/48/61548/1

diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css
index e564563..f609716 100644
--- a/skins/common/commonElements.css
+++ b/skins/common/commonElements.css
@@ -103,10 +103,10 @@
        font-size: 116%;
 }
 h5 {
-       font-size: 100%;
+       font-size: 105%;
 }
 h6 {
-       font-size: 80%;
+       font-size: 100%;
 }
 
 /* Some space under the headers in the content area */
diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css
index 25a067e..7028a24 100644
--- a/skins/common/oldshared.css
+++ b/skins/common/oldshared.css
@@ -11,8 +11,9 @@
 h1 { font-size: 2em; }
 h2 { font-size: 1.5em; }
 h3 { font-size: 1.17em; }
-h5 { font-size: .83em; }
-h6 { font-size: .75em; }
+h4 { font-size: 1.11em; }
+h5 { font-size: 1.05em; }
+h6 { font-size: 1em; }
 h1, h2, h3, h4, h5, h6 {
        font-weight: bolder;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/61548
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45bf6e8c8ec01cb5fdc8392b4944e970e130ce38
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Matmarex <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to