diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-13 08:13:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-06-13 08:13:13 -0400 |
commit | f9ed325deb8f25fe808a7038902f8e30191a854e (patch) | |
tree | e0c072f9f79e5b754154da6b9e6e223c4a2488c9 /coverage/htmlfiles | |
parent | 8397587f7ab3621e11c93cc1a3684843c0dc4176 (diff) | |
download | python-coveragepy-git-f9ed325deb8f25fe808a7038902f8e30191a854e.tar.gz |
Update the test output css files too
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/style.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/coverage/htmlfiles/style.scss b/coverage/htmlfiles/style.scss index 7b7d9b66..bc5a1503 100644 --- a/coverage/htmlfiles/style.scss +++ b/coverage/htmlfiles/style.scss @@ -1,11 +1,14 @@ /* Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 */ /* For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt */ +// CSS styles for coverage.py HTML reports. + +// When you edit this file, you need to run "make css" to get the CSS file +// generated, and then check in both the .scss and the .css files. + // Ignore this comment, it's for the CSS output file: /* Don't edit this .css file. Edit the .scss file instead! */ -// CSS styles for coverage.py. - // Page-wide styles html, body, h1, h2, h3, p, table, td, th { margin: 0; |