mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 21:29:09 +00:00
Improve the banner in the static renderings
It was being overlapped by the tiddlers
This commit is contained in:
parent
892b24d6e1
commit
7db62c9cb7
@ -1,3 +1,3 @@
|
|||||||
title: $:/StaticBanner
|
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>
|
||||||
|
@ -837,6 +837,11 @@ canvas.tw-edit-bitmapeditor {
|
|||||||
background-color: rgb(250, 210, 50);
|
background-color: rgb(250, 210, 50);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tw-static-alert {
|
||||||
|
padding: 0em 0.2em 0.2em 3em;
|
||||||
|
color: #AAA;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Grids
|
** Grids
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user