mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user