Opening commandref.html in the browser works now if there are two links

(css and icons).
svg.js is working again


git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1876 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-09-19 15:22:30 +00:00
parent 6b20ad5a6f
commit 20a537b87b
2 changed files with 12 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ input { font-family:Arial, sans-serif; font-size:16px; }
select { font-family:Arial, sans-serif; font-size:16px; }
#logo { position:fixed; top:10px; left:20px;
width:100px; height:105px; background-image:url(../icons/fhemicon); }
width:100px; height:105px; background-image:url(../icons/fhemicon.png); }
#menu { position:fixed; top:120px;left:20px; width:140px; }
#hdr { position:absolute; top:10px; left:180px; }
#content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }