summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 3f0ec55a7..81736f052 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -517,7 +517,7 @@ div.user_match {
/* Rules specific for printing */
@media print {
- #header, #footer {
+ #header, #footer, #privacy-policy {
display: none;
}
@@ -529,6 +529,15 @@ div.user_match {
background-image: none;
background-color: #fff;
}
+
+ #prefnav, #prefcontent #update, #prefcontent #message {
+ display: none;
+ }
+
+ #prefcontent {
+ margin-left: 0 !important;
+ box-shadow: none !important;
+ }
}
/**************/