1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-26 00:46:52 +00:00

Get rid of redundant position: relative on tiddler frames

This commit is contained in:
Jeremy Ruston 2013-07-01 18:45:32 +01:00
parent be617c7c45
commit 69704db205

View File

@ -344,7 +344,6 @@ a.tw-tiddlylink-missing {
*/ */
.tw-tiddler-frame { .tw-tiddler-frame {
position: relative;
margin-bottom: 2em; margin-bottom: 2em;
background-color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##tiddlerbackground}}; background-color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##tiddlerbackground}};
} }