Merge "Align "What's this" vertically"
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / commonPrint.css
index 3cd0807..8ff0634 100644 (file)
@@ -131,6 +131,12 @@ pre,
        overflow: auto;
 }
 
+/* Prevent citations and subscripts from interfering with the line-height */
+sup,
+sub {
+       line-height: 1;
+}
+
 ul {
        list-style-type: square;
 }