Difference between revisions of "MediaWiki:Print.css"
From Max-EuP 2012
(Created page with "→CSS placed here will affect the print output: p { hyphens: auto; text-align: justify; }") |
|||
Line 4: | Line 4: | ||
hyphens: auto; | hyphens: auto; | ||
text-align: justify; | text-align: justify; | ||
} | |||
.plainlinks { | |||
position: absolute; | |||
right: 0; | |||
} | } |
Revision as of 11:30, 1 October 2021
/* CSS placed here will affect the print output */ p { hyphens: auto; text-align: justify; } .plainlinks { position: absolute; right: 0; }