From 7db62c9cb71175c1f99ab641871b631502a125ce Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 3 Aug 2013 16:52:23 +0100 Subject: [PATCH] Improve the banner in the static renderings It was being overlapped by the tiddlers --- editions/tw5.com/tiddlers/system/StaticBanner.tid | 2 +- themes/tiddlywiki/snowwhite/base.tid | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/system/StaticBanner.tid b/editions/tw5.com/tiddlers/system/StaticBanner.tid index 99328d81a..a3983d8a8 100644 --- a/editions/tw5.com/tiddlers/system/StaticBanner.tid +++ b/editions/tw5.com/tiddlers/system/StaticBanner.tid @@ -1,3 +1,3 @@ title: $:/StaticBanner -
This page is part of a static HTML representation of the TiddlyWiki at http://five.tiddlywiki.com/
+
This page is part of a static HTML representation of the ~TiddlyWiki at http://five.tiddlywiki.com/
diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 53cf50b98..63bce66a6 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -837,6 +837,11 @@ canvas.tw-edit-bitmapeditor { background-color: rgb(250, 210, 50); } +.tw-static-alert { + padding: 0em 0.2em 0.2em 3em; + color: #AAA; +} + /* ** Grids */