mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 23:17:01 +00:00
Revised test data
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
This commit is contained in:
9
test/tiddlywiki.2.6.5/source/tiddlywiki/shadows/StyleSheetPrint.tiddler
Executable file
9
test/tiddlywiki.2.6.5/source/tiddlywiki/shadows/StyleSheetPrint.tiddler
Executable file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user