Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
Tag: Reverted |
|||
Line 8: | Line 8: | ||
.plainlinks { | .plainlinks { | ||
position: absolute; | position: absolute; | ||
top: 0; | |||
right: 0; | right: 0; | ||
} | } |
Revision as of 11:31, 1 October 2021
/* CSS placed here will affect the print output */ p { hyphens: auto; text-align: justify; } .plainlinks { position: absolute; top: 0; right: 0; }