Improve the banner in the static renderings

It was being overlapped by the tiddlers
This commit is contained in:
Jeremy Ruston 2013-08-03 16:52:23 +01:00
parent 892b24d6e1
commit 7db62c9cb7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,3 @@
title: $:/StaticBanner
<div class="tw-alert">This page is part of a static HTML representation of the TiddlyWiki at http://five.tiddlywiki.com/</div>
<div class="tw-static-alert">This page is part of a static HTML representation of the ~TiddlyWiki at http://five.tiddlywiki.com/</div>

View File

@ -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
*/