MediaWiki:Print.css: Difference between revisions
CrowtherDR (talk | contribs) (Created page with '→CSS placed here will affect the print output: #portletsColumn{ display:none; }') |
CrowtherDR (talk | contribs) No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | ___NORICHEDITOR___{} | ||
#portletsColumn{ | /* CSS placed here will affect the print output */ | ||
#portletsColumn,span.ca-edit{ | |||
display:none; | display:none; | ||
} | |||
.raogkMarker{ | |||
background:#F9F9F9 url("/en/images/a/a0/Raogk-tn.png") no-repeat scroll 4px 4px; | |||
border:1px solid #AAA; | |||
float:right; | |||
padding:4px 4px 4px 130px; | |||
width:186px; | |||
} | } |