diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-31 18:41:12 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-31 18:41:12 -0500 |
commit | e2e3e0f3f43535a2bccf432ca0f7bba6191faa8e (patch) | |
tree | 266e30546faf101c7f5f27698c75198cb497564b /coverage/htmlfiles | |
parent | ce17b1a6811e4cacbb7de5c876003347b0a91e65 (diff) | |
download | python-coveragepy-git-e2e3e0f3f43535a2bccf432ca0f7bba6191faa8e.tar.gz |
Clean ups and docstrings
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 4214af5b..186b085b 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -342,4 +342,3 @@ td.text { min-height: 3px; width: 100%; } - |