Werdna has uploaded a new change for review.
https://gerrit.wikimedia.org/r/193089
Change subject: Fix font size regression.
......................................................................
Fix font size regression.
Bootstrap was overriding the font size.
Change-Id: I82d6541d7428941219cf62317207d15453658f35
---
M resources/master.less
1 file changed, 6 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/LivingStyleGuide
refs/changes/89/193089/1
diff --git a/resources/master.less b/resources/master.less
index 792fed9..5693d00 100644
--- a/resources/master.less
+++ b/resources/master.less
@@ -1,7 +1,10 @@
/* Typography */
body {
color: #333;
- font-size: 16px;
+
+ .container {
+ font-size: 16px;
+ }
}
h1 {
@@ -40,7 +43,7 @@
p {
margin-top: 1.2em;
- font: 1em 'Helvetica', 'Arial', sans-serif;
+ font: 'Helvetica', 'Arial', sans-serif;
line-height: 1.5;
}
@@ -170,4 +173,4 @@
a {
margin-left: 0.75em;
}
-}
\ No newline at end of file
+}
--
To view, visit https://gerrit.wikimedia.org/r/193089
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I82d6541d7428941219cf62317207d15453658f35
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/LivingStyleGuide
Gerrit-Branch: master
Gerrit-Owner: Werdna <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits