summaryrefslogtreecommitdiff
path: root/skins/common/commonPrint.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/commonPrint.css')
-rw-r--r--skins/common/commonPrint.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css
index 992ac4db..4fddafaa 100644
--- a/skins/common/commonPrint.css
+++ b/skins/common/commonPrint.css
@@ -117,7 +117,6 @@ ul {
#content {
background: none;
border: none ! important;
- font-size: 11pt;
padding: 0 ! important;
margin: 0 ! important;
}
@@ -284,5 +283,8 @@ td.diff-context {
background:#eeeeee;
font-size: smaller;
}
-span.diffchange { color: silver; font-weight: bold; text-decoration: underline; }
-
+.diffchange {
+ color: silver;
+ font-weight: bold;
+ text-decoration: underline;
+}