From f9ed325deb8f25fe808a7038902f8e30191a854e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 13 Jun 2019 08:13:13 -0400 Subject: Update the test output css files too --- coverage/htmlfiles/style.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'coverage/htmlfiles') 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; -- cgit v1.2.1