shared.css: Move sup, sub styling from commonElements to shared styles
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 3 Apr 2014 17:43:03 +0000 (19:43 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 3 Apr 2014 17:43:03 +0000 (19:43 +0200)
This really should be an even more basic style than I thought when
moving this CSS here from Vector-specific stylesheet.

Follow-up to Ie98f8b57 and Ic5ba8363.

Bug: 49965
Change-Id: I80f8279e10277d1a7389c821037d733ccfc4e166

skins/common/commonElements.css
skins/common/shared.css

index 06f5eba..ad7942a 100644 (file)
@@ -185,12 +185,6 @@ table {
        font-size: 100%;
 }
 
-/* Prevent citations and subscripts from interfering with the line-height */
-sup,
-sub {
-       line-height: 1;
-}
-
 /* Forms */
 fieldset {
        border: 1px solid #2f6fab;
index 942cbac..084b8ff 100644 (file)
@@ -1217,3 +1217,9 @@ table.floatleft {
 .mw-content-ltr .mw-content-rtl .mw-editsection {
        margin-right: 1em;
 }
+
+/* Prevent citations and subscripts from interfering with the line-height */
+sup,
+sub {
+       line-height: 1;
+}