From 179574d7d2ee03d9d7cfa9f37ad62e96fcbd4656 Mon Sep 17 00:00:00 2001 From: Michal Zimniewicz Date: Sat, 3 Feb 2018 23:18:48 +0100 Subject: move inline style to .css --- css/tdd.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/tdd.css') 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 } -- cgit v1.2.3