When printing, make sure the table sortindicator has a bit of margin from the header.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 16 May 2010 15:14:24 +0000 (15:14 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 16 May 2010 15:14:24 +0000 (15:14 +0000)
skins/common/commonPrint.css

index 38a83c6..7efb32b 100644 (file)
@@ -305,3 +305,10 @@ td.diff-context {
     font-weight: bold;
     text-decoration: underline;
 }
+
+/*
+** Table rendering
+*/
+a.sortheader {
+    margin: 0px 0.3em;
+}