mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-03 23:24:07 +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
|
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 {
|
.tw-static-alert {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tw-static-alert-inner {
|
||||||
padding: 0 2px 2px 42px;
|
padding: 0 2px 2px 42px;
|
||||||
color: #AAA;
|
color: #AAA;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user