From f8c766f4f61bc398b5ccd857fbe0b13f28e60190 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 28 Apr 2012 17:55:37 -0400 Subject: Color the buttons on the pyfile page, so they have a visual connection to the lines they affect. --- coverage/htmlfiles/pyfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/htmlfiles/pyfile.html') diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html index 2d3d8a3b..490fad86 100644 --- a/coverage/htmlfiles/pyfile.html +++ b/coverage/htmlfiles/pyfile.html @@ -27,7 +27,7 @@

- {{nums.n_statements}} statements + {{nums.n_statements}} statements   {{nums.n_executed}} run {{nums.n_missing}} missing {{nums.n_excluded}} excluded -- cgit v1.2.1