Njw has uploaded a new change for review.

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


Change subject: Remove sub and sup from css reset
......................................................................

Remove sub and sup from css reset

This was done as they have consistent (and reasonable) behaviour
over all the major browsers, and the font-size:100% rule was
causing them to appear too large.

Change-Id: I30001b385879ff4c523dfb48043c790e8463a9f3
---
M assets/cssreset.css
1 file changed, 0 insertions(+), 10 deletions(-)


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

diff --git a/assets/cssreset.css b/assets/cssreset.css
index a2994b2..375938e 100644
--- a/assets/cssreset.css
+++ b/assets/cssreset.css
@@ -32,8 +32,6 @@
 small,
 strike,
 strong,
-sub,
-sup,
 tt,
 b,
 u,
@@ -69,12 +67,4 @@
 table {
        border-collapse: collapse;
        border-spacing: 0;
-}
-
-sup {
-       vertical-align: super;
-}
-
-sub {
-       vertical-align: sub;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I30001b385879ff4c523dfb48043c790e8463a9f3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/erudite
Gerrit-Branch: master
Gerrit-Owner: Njw <nick.wh...@durham.ac.uk>

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

Reply via email to