From 73eeb3e71578de5abb54346dfb7ccebbca4b8a86 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 2 May 2013 08:17:36 +0100 Subject: [PATCH] Improve print styles Fixing #90 --- themes/tiddlywiki/snowwhite/base.tid | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 57800f124..d9a7dce76 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -258,6 +258,7 @@ a.tw-tiddlylink-missing { .tw-page-controls img { height: 1.5em; + padding-right: 0.5em; } .tw-menu-list-item { @@ -312,7 +313,12 @@ a.tw-tiddlylink-missing { position: relative; margin-bottom: 2em; background-color: {{$:/core/styles/colourmappings##tiddlerbackground}}; - <> +} + +@media screen { + .tw-tiddler-frame { + <> + } } @media (max-width: 55em) { @@ -352,6 +358,12 @@ a.tw-tiddlylink-missing { height: 0.75em; } +@media print { + .tw-tiddler-controls { + display: none; + } +} + .tw-tiddler-help { /* Help prompts within tiddler template */ color: #999; margin-top: 1em;