Kaldari has uploaded a new change for review.

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

Change subject: Follow-up to typography changes to Vector
......................................................................

Follow-up to typography changes to Vector

Removing overflow-x: auto for pre tags per discussion at bug 260.

Changing line-height: 0 for sup tags to line-height: 1 per
suggestion at https://gerrit.wikimedia.org/r/#/c/120978/.

Change-Id: Ic9dc071d1868b16a46eef1d7c41dc6abe12fa7b7
---
M RELEASE-NOTES-1.23
M skins/vector/components/common.less
2 files changed, 3 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/19/121419/1

diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23
index 9633edd..0ef76fe 100644
--- a/RELEASE-NOTES-1.23
+++ b/RELEASE-NOTES-1.23
@@ -131,6 +131,8 @@
 * Added BaseTemplateAfterPortlet hook to allow injecting html after portlets 
in skins.
 * Support has been added for a JSON based localisation file format. The
   installer has been updated to use it.
+* Changes to content typography (fonts, line-height, etc.). See
+  https://www.mediawiki.org/wiki/Typography_refresh for further information.
 
 === Bug fixes in 1.23 ===
 * (bug 41759) The "updated since last visit" markers (on history pages, recent
diff --git a/skins/vector/components/common.less 
b/skins/vector/components/common.less
index 7927a9e..a0199bf 100644
--- a/skins/vector/components/common.less
+++ b/skins/vector/components/common.less
@@ -100,14 +100,9 @@
                font-family: @content-font-family;
        }
 
-       // Give extra long preformatted content horizontal scroll bars
-       pre {
-               overflow-x: auto;
-       }
-
        // Prevent citations from interfering with the line-height
        sup {
-               line-height: 0;
+               line-height: 1;
        }
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9dc071d1868b16a46eef1d7c41dc6abe12fa7b7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Kaldari <rkald...@wikimedia.org>

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

Reply via email to