summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index b00ec851b..c2701523a 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -280,3 +280,15 @@ body > dl > dt {
dl dl > dt {
border-top: none;
}
+
+/* Rules specific for printing */
+@media print {
+ #header, #footer {
+ display: none;
+ }
+
+ body {
+ background-image: none;
+ background-color: #fff;
+ }
+}