From 69704db205642790593ad7b2c60f0cd2d78fe1da Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 1 Jul 2013 18:45:32 +0100 Subject: [PATCH] Get rid of redundant position: relative on tiddler frames --- themes/tiddlywiki/snowwhite/base.tid | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 5aa0886a8..b612ce2bd 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -344,7 +344,6 @@ a.tw-tiddlylink-missing { */ .tw-tiddler-frame { - position: relative; margin-bottom: 2em; background-color: {{$:/themes/tiddlywiki/snowwhite/colourmappings##tiddlerbackground}}; }