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 /tdd-bootstrap.php | |
parent | dde71870a6e65427db72bc550c4e795b1d29a5d7 (diff) |
move inline style to .css
Diffstat (limited to 'tdd-bootstrap.php')
-rw-r--r-- | tdd-bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdd-bootstrap.php b/tdd-bootstrap.php index 79320b6..9f874a3 100644 --- a/tdd-bootstrap.php +++ b/tdd-bootstrap.php @@ -53,7 +53,7 @@ class Protocol { $insert .= '<p>...</p>'; } - $tr->outertext = '<tr class="tdd-header"><td colspan="7" style="border-bottom:1px solid #006;padding-top:30px;">' . $insert . '</td></tr>' . $tr->outertext; + $tr->outertext = '<tr class="tdd-header"><td colspan="7">' . $insert . '</td></tr>' . $tr->outertext; } $tr = @$tr->next_sibling(); } |