Moar styling. master
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 16 Sep 2015 13:22:08 +0000 (15:22 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 16 Sep 2015 13:22:08 +0000 (15:22 +0200)
static/style.css

index 1e4d342..1b59a93 100644 (file)
@@ -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;}