Slightly improve the dislocated formatting of the static banner for tw5.com

This commit is contained in:
Jermolene 2013-11-29 22:44:16 +00:00
parent 2c9152fa56
commit 208c64aa9d
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -901,8 +901,13 @@ canvas.tw-edit-bitmapeditor {
}
.tw-static-alert {
position: relative;
}
.tw-static-alert-inner {
padding: 0 2px 2px 42px;
color: #AAA;
position: absolute;
}
/*