diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-06 20:11:03 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-06 20:11:03 -0500 |
commit | ca0523979de925486ac199901acd39c2ee7252e7 (patch) | |
tree | cbfff794b4e3edff0371c389dcd463fec435ee9a /coverage/htmlfiles/style.css | |
parent | bc7705468cd21b95de431f539ba668c6467d4a5a (diff) | |
download | python-coveragepy-git-ca0523979de925486ac199901acd39c2ee7252e7.tar.gz |
Clean up HTML files.
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r-- | coverage/htmlfiles/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index b2987ea3..25e7d115 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -20,7 +20,7 @@ body { html>body { font-size: 16px; - } + } /* Set base font size to 12/16 */ p { @@ -115,7 +115,7 @@ td.text { margin: 0; padding: 0 0 0 .5em; border-left: 2px solid #ffffff; - white-space: nowrap; + white-space: nowrap; } .text p.mis { |