From: František Dvořák Date: Wed, 16 Sep 2015 13:22:08 +0000 (+0200) Subject: Moar styling. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=3df474576730461d632966f00e6adc22ad90585b;p=pOCCI-flask.git Moar styling. --- 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;}