From ad9ebc4f32933d86de9a55075715bc4c5e7e24f1 Mon Sep 17 00:00:00 2001 From: borisneubert Date: Sat, 8 Sep 2012 07:33:48 +0000 Subject: [PATCH] changed background logo from ../icons/fhemicon to ../icons/fhem_smallscreen git-svn-id: https://svn.fhem.de/fhem/trunk@1831 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm2/smallscreenstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/webfrontend/pgm2/smallscreenstyle.css b/fhem/webfrontend/pgm2/smallscreenstyle.css index d749e3024..9d9d5a367 100644 --- a/fhem/webfrontend/pgm2/smallscreenstyle.css +++ b/fhem/webfrontend/pgm2/smallscreenstyle.css @@ -5,7 +5,7 @@ input { font-family:Arial, sans-serif; font-size:16px;} select { font-family:Arial, sans-serif; font-size:16px;} #back { position:absolute; top: 2px; left:18px; } #logo { position:absolute; top: 2px; left: 2px; - width:64px; height:67px; background-image:url(../icons/fhemicon); } + width:64px; height:67px; background-image:url(../icons/fhem_smallscreen); } #menu { position:absolute; top: 2px; left:65px; } #hdr { position:absolute; top:40px; left:65px; } #content { position:absolute; top:85px; left: 0px; right: 0px;}