Njw has uploaded a new change for review.

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

Change subject: Account for different font sizes when calculating max-width of 
hearer elements
......................................................................

Account for different font sizes when calculating max-width of hearer elements

Change-Id: I6f83b32f759315987dc3c581dc9f3307fa138354
---
M assets/erudite.css
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/erudite 
refs/changes/28/110928/1

diff --git a/assets/erudite.css b/assets/erudite.css
index e788535..ca8e469 100644
--- a/assets/erudite.css
+++ b/assets/erudite.css
@@ -153,6 +153,8 @@
        text-decoration: none;
        font-size: 2.25em;
        line-height: 1;
+       /* make max-width roughly the same as 80em at standard font size */
+       max-width: 36em;
 }
 
 #top-wrap a,
@@ -162,6 +164,8 @@
 
 #tagline {
        font-size: 0.875em;
+       /* make max-width roughly the same as 80em at standard font size */
+       max-width: 92em;
 }
 
 /* Menu */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f83b32f759315987dc3c581dc9f3307fa138354
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/erudite
Gerrit-Branch: master
Gerrit-Owner: Njw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to