Make the output fron frontend more readable
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@39 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
d1795b7f0a
commit
a200071aba
|
|
@ -11,6 +11,26 @@ div.module {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.module table tr td {
|
||||||
|
padding-right: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-top: 1px;
|
||||||
|
padding-bottom:1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.module table tr td.mod_line_date {
|
||||||
|
padding-left: 15px;
|
||||||
|
color: #667766;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.module table tr td.mod_line_desc {
|
||||||
|
color: #666677;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.module table tr td.mod_line_val {
|
||||||
|
color: #776666;
|
||||||
|
}
|
||||||
|
|
||||||
div.module h3.mod_headline {
|
div.module h3.mod_headline {
|
||||||
margin-top:2px;
|
margin-top:2px;
|
||||||
margin-left:2px;
|
margin-left:2px;
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,11 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Wetter-Testfile</title>
|
<title>Wetterstations-Testanzeige</title>
|
||||||
<link rel="stylesheet" type="text/css" href="css/example.css">
|
<link rel="stylesheet" type="text/css" href="css/example.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Wetter-Testfile</h1>
|
<h1>Wetterstations-Testanzeige</h1>
|
||||||
<? new ModuleSet($_REQUEST['setType']);?>
|
<? new ModuleSet($_REQUEST['setType']);?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue