mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-03 16:46:18 +00:00
10 lines
339 B
Plaintext
Executable File
10 lines
339 B
Plaintext
Executable File
<div title="StyleSheetPrint">
|
|
<pre>/*{{{*/
|
|
@media print {
|
|
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
|
|
#displayArea {margin: 1em 1em 0em;}
|
|
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
|
|
}
|
|
/*}}}*/</pre>
|
|
</div>
|