From b7ce2a8ab66f98c9108e301b0ea3558384b553d9 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 10 Sep 2014 21:56:43 +0100 Subject: [PATCH] Experiment with slightly bigger body text Trying to improve readability --- themes/tiddlywiki/vanilla/base.tid | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index d8dbad1d3..cab965d92 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -692,6 +692,11 @@ canvas.tc-edit-bitmapeditor { display: block; } +.tc-tiddler-frame .tc-tiddler-body { + font-size: 15px; + line-height: 22px; +} + /* ** Toolbar buttons */ @@ -1282,10 +1287,22 @@ a.tc-tiddlylink.tc-plugin-info:hover { color: <>; } -.tc-message-box img { +/* +** Pictures +*/ + +.tc-bordered-image { + border: 1px solid <>; + padding: 5px; + margin: 5px; +} + +/* +** Floats +*/ + +.tc-float-right { float: right; - width: 150px; - margin: 0px 0px 12px 12px; } /*