diff options
Diffstat (limited to 'skins/common/commonPrint.css')
-rw-r--r-- | skins/common/commonPrint.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 6cb213f2..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, @@ -127,6 +127,7 @@ tr.mw-metadata-show-hide-extended, span.mw-filepage-other-resolutions, #filetoc, .usermessage, +.patrollink, #mw-navigation { /* Hides all the elements irrelevant for printing */ display: none; @@ -191,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 { @@ -352,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 { |