diff options
author | Michal Zimniewicz <michzimny@gmail.com> | 2018-02-03 23:18:48 +0100 |
---|---|---|
committer | Michal Zimniewicz <michzimny@gmail.com> | 2018-02-03 23:20:44 +0100 |
commit | 179574d7d2ee03d9d7cfa9f37ad62e96fcbd4656 (patch) | |
tree | 5dfc6a9671f67563409519713419259929ba5f3f /css | |
parent | dde71870a6e65427db72bc550c4e795b1d29a5d7 (diff) |
move inline style to .css
Diffstat (limited to 'css')
-rw-r--r-- | css/tdd.css | 4 |
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 } |