diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 952d3ca..7bc2190 100644 --- a/static/style.css +++ b/static/style.css @@ -82,6 +82,26 @@ nav a { background-color: white; } +article section table { + font-family: monospace; +} + +article section table td { + text-align: right; +} + +.running { + background-color: green; + padding: 1, 1, 1, 1; + margin: 0, 0, 2, 3; +} + +.notRunning { + background-color: red; + padding: 1, 1, 1, 1; + margin: 0, 0, 2, 3; +} + header img { max-height: 110px; } |