Merge "commonElements: Move sup, sub styling from Vector's CSS to common styles"
authorTheDJ <hartman.wiki@gmail.com>
Sat, 29 Mar 2014 19:59:09 +0000 (19:59 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 29 Mar 2014 19:59:09 +0000 (19:59 +0000)
skins/common/commonElements.css
skins/vector/components/common.less

index ad7942a..06f5eba 100644 (file)
@@ -185,6 +185,12 @@ 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 f5b2b1c..836987f 100644 (file)
@@ -99,12 +99,6 @@ div#content {
                font-size: 100%; /* (reset) */
                font-family: @content-font-family;
        }
-
-       // Prevent citations and subscripts from interfering with the line-height
-       sup,
-       sub {
-               line-height: 1;
-       }
 }
 
 /* Hide empty portlets */