1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00

Rudimentary print stylesheet adjustments

This commit is contained in:
Jeremy Ruston 2013-03-20 12:14:12 +00:00
parent 0d2ac57ff7
commit 443ea8d01d

View File

@ -136,6 +136,11 @@ a.tw-tiddlylink-missing {
margin: 0; margin: 0;
} }
@media print {
.sidebar-header {
display: none;
}}
.tw-menu-list-item { .tw-menu-list-item {
white-space: nowrap; white-space: nowrap;
} }
@ -145,6 +150,11 @@ a.tw-tiddlylink-missing {
padding: 2em; padding: 2em;
} }
@media print {
.story-river {
margin-left: 1em;
}}
.tw-tiddler-frame { .tw-tiddler-frame {
position: relative; position: relative;
padding: 3em; padding: 3em;
@ -324,3 +334,4 @@ embed {
width: 100%; width: 100%;
height: 20em; height: 20em;
} }