git://scientific.zcu.cz
/
pOCCI-flask.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34bae84
)
Moar styling.
master
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 16 Sep 2015 13:22:08 +0000
(15:22 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Wed, 16 Sep 2015 13:22:08 +0000
(15:22 +0200)
static/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/style.css
b/static/style.css
index
1e4d342
..
1b59a93
100644
(file)
--- 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;}