mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Slightly improve the dislocated formatting of the static banner for tw5.com
This commit is contained in:
parent
2c9152fa56
commit
208c64aa9d
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user