From 3856adccce00b7682ed056b51cc54b5599c092ce Mon Sep 17 00:00:00 2001 From: ulimaass <> Date: Thu, 15 Mar 2012 14:55:53 +0000 Subject: [PATCH] fixed bug in img-tag git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1349 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/95_FLOORPLAN/darkfloorplanstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/95_FLOORPLAN/darkfloorplanstyle.css b/contrib/95_FLOORPLAN/darkfloorplanstyle.css index 172ff3705..984df58f0 100644 --- a/contrib/95_FLOORPLAN/darkfloorplanstyle.css +++ b/contrib/95_FLOORPLAN/darkfloorplanstyle.css @@ -15,7 +15,7 @@ body[name~=Media] { background-color: #A5A5A5; #content { position:absolute; top:50px; left:180px; bottom:10px; right:10px; text-align:center} a { color:#CCCCCC; } -img { border-style: none; position:absolute; top:15px; left:190px;} +img { border-style: none; } table { -moz-border-radius:8px; border-radius:8px; } .fp_Grundriss {border:0px solid gray;}