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:
losinshi 2006-08-22 22:56:04 +00:00
parent d1795b7f0a
commit a200071aba
2 changed files with 22 additions and 2 deletions

View File

@ -11,6 +11,26 @@ div.module {
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 {
margin-top:2px;
margin-left:2px;

View File

@ -4,11 +4,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Wetter-Testfile</title>
<title>Wetterstations-Testanzeige</title>
<link rel="stylesheet" type="text/css" href="css/example.css">
</head>
<body>
<h1>Wetter-Testfile</h1>
<h1>Wetterstations-Testanzeige</h1>
<? new ModuleSet($_REQUEST['setType']);?>
</body>
</html>