Improve the banner in the static renderings

It was being overlapped by the tiddlers
print-window-tiddler
Jeremy Ruston 2013-08-03 16:52:23 +01:00
rodzic 892b24d6e1
commit 7db62c9cb7
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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