From ce2c393a60813c3216d29641f304014dda81bc03 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 16 May 2010 15:14:24 +0000 Subject: [PATCH] When printing, make sure the table sortindicator has a bit of margin from the header. --- skins/common/commonPrint.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 38a83c67ad..7efb32b498 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -305,3 +305,10 @@ td.diff-context { font-weight: bold; text-decoration: underline; } + +/* +** Table rendering +*/ +a.sortheader { + margin: 0px 0.3em; +} -- 2.20.1