summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-04 15:47:41 +0100
committerSimon Rettberg2019-02-04 15:47:41 +0100
commitdafa62e4e35c2d432fda97d7561e66f5522ccccd (patch)
tree40c42bd09dc22e63ab859025209df03293518729 /style.css
parentFix extremely stretched layout with only few items (diff)
downloadbwlp-monitoring-dafa62e4e35c2d432fda97d7561e66f5522ccccd.tar.gz
bwlp-monitoring-dafa62e4e35c2d432fda97d7561e66f5522ccccd.tar.xz
bwlp-monitoring-dafa62e4e35c2d432fda97d7561e66f5522ccccd.zip
Write update timestamp to html output
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index 5ebd06e..ee868d9 100644
--- a/style.css
+++ b/style.css
@@ -1,8 +1,9 @@
html {
- background: #ffffff;
+ background: #fff;
font: normal 100%/1.4 sans-serif;
margin: unset;
height: 100%;
+ color: #000;
}
body {
@@ -200,3 +201,10 @@ a:hover {
.log_item:hover {
background-color: #efeeee;
}
+
+.now-footer {
+ text-align: right;
+ font-size: 10pt;
+ color: #999;
+}
+