Re-Styled (style moved to style.css)

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1114 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-11-20 18:53:35 +00:00
parent 6e17541bb8
commit aea6eb493e
8 changed files with 33 additions and 72 deletions

View File

@@ -4,17 +4,8 @@
<head>
<title>FHEM Howto</title>
<style type="text/css">
body { background-color: #FFFFE7;}
#left { position:absolute; top:20px; left:20px; width:140px; }
#right { position:absolute; top:20px; left:180px; bottom:20px; right:10px; }
body>div#left { position:fixed; }
h3 { color:#52865D; line-height:1.3;
margin-top:1.5em; font-family:Arial,Sans-serif; }
div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
div#dist { padding-top:0.3em; }
a { color: #278727; }
</style>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta http-equiv="Content-type" content="text/html;charset=ISO-8859-1"/>
</head>