1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +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;
}
@media print {
.sidebar-header {
display: none;
}}
.tw-menu-list-item {
white-space: nowrap;
}
@ -145,6 +150,11 @@ a.tw-tiddlylink-missing {
padding: 2em;
}
@media print {
.story-river {
margin-left: 1em;
}}
.tw-tiddler-frame {
position: relative;
padding: 3em;
@ -324,3 +334,4 @@ embed {
width: 100%;
height: 20em;
}