mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-07 17:53:26 -08:00
Slightly improve the dislocated formatting of the static banner for tw5.com
This commit is contained in:
parent
2c9152fa56
commit
208c64aa9d
2 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue