From 3df474576730461d632966f00e6adc22ad90585b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 16 Sep 2015 15:22:08 +0200 Subject: [PATCH] Moar styling. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 1e4d342..1b59a93 100644 --- a/static/style.css +++ b/static/style.css @@ -4,4 +4,8 @@ td.ok {color:green;} td.fail {color:red;} td.skipped {color:orange;} td.objective {color:gray;} +table {border-collapse: collapse;} +tr:nth-child(odd) { + background: lightgray; +} span.fail {font-size:large;} -- 1.8.2.3