summaryrefslogtreecommitdiff
path: root/css/tdd.css
diff options
context:
space:
mode:
authorMichal Zimniewicz <michzimny@gmail.com>2018-02-03 23:18:48 +0100
committerMichal Zimniewicz <michzimny@gmail.com>2018-02-03 23:20:44 +0100
commit179574d7d2ee03d9d7cfa9f37ad62e96fcbd4656 (patch)
tree5dfc6a9671f67563409519713419259929ba5f3f /css/tdd.css
parentdde71870a6e65427db72bc550c4e795b1d29a5d7 (diff)
move inline style to .css
Diffstat (limited to 'css/tdd.css')
-rw-r--r--css/tdd.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/tdd.css b/css/tdd.css
index 94ee73b..3ebce4f 100644
--- a/css/tdd.css
+++ b/css/tdd.css
@@ -1,3 +1,7 @@
+body > table > tbody > tr.tdd-header > td {
+ border-bottom: 1px solid #006;
+ padding-top: 30px;
+}
body > table > tbody > tr {
opacity: 0.2
}