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.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css
index 48dd943f..58628772 100644
--- a/skins/common/commonPrint.css
+++ b/skins/common/commonPrint.css
@@ -111,7 +111,7 @@ div#jump-to-nav,
div.top,
div#column-one,
#colophon,
-.editsection,
+.mw-editsection,
.toctoggle,
.tochidden,
div#f-poweredbyico,
@@ -125,7 +125,10 @@ li#privacy,
.mw-hidden-catlinks,
tr.mw-metadata-show-hide-extended,
span.mw-filepage-other-resolutions,
-#filetoc {
+#filetoc,
+.usermessage,
+.patrollink,
+#mw-navigation {
/* Hides all the elements irrelevant for printing */
display: none;
}
@@ -189,7 +192,7 @@ a:link, a:visited {
#content a.external.text:after,
#content a.external.autonumber:after {
/* Expand URLs for printing */
- content: " (" attr(href) ") ";
+ content: " (" attr(href) ")";
}
#globalWrapper {
@@ -350,7 +353,7 @@ a.sortheader {
.wikitable, .thumb, img {
page-break-inside: avoid;
}
-h2, h3, h4, h5, h6, h7 {
+h2, h3, h4, h5, h6 {
page-break-after: avoid;
}
p {