diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-13 20:12:05 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-13 20:12:05 -0500 |
| commit | 78e2e6eb38d229cfcd4d0202f27761cd5bab2495 (patch) | |
| tree | 93866af62ea60710682aaa5a6e709b55cd29b69b /coverage/htmlfiles/style.css | |
| parent | 543ff12a09952b132abd9aa863d4170c4e2523f4 (diff) | |
| parent | a5e4aa218a749f9ea73bccea4cac92bd35387451 (diff) | |
| download | python-coveragepy-78e2e6eb38d229cfcd4d0202f27761cd5bab2495.tar.gz | |
Merged Ben Finney's use-os-path-module fixes (again?)
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 b2987ea..25e7d11 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 { |
