summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
Commit message (Expand)AuthorAgeFilesLines
* Html report marker div style in its own css layer.pankajp/faster-html-report-uipankajp2018-05-241-0/+1
* Extirpate trailing spacesNed Batchelder2016-06-021-4/+4
* Finish up the fix for #298Ned Batchelder2016-06-021-8/+3
* Adding visual indicators to column sorting in HTML outputissues-298karlw00t2016-06-021-0/+14
* Also display partial branch lines in the scrollbar markersNed Batchelder2016-02-061-1/+1
* Fix the tests for HTML annotation changesNed Batchelder2016-02-031-3/+5
* A way to show much longer explanations about lines in the HTML report.Ned Batchelder2016-02-031-1/+21
* Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixe...Ned Batchelder2016-02-011-1/+1
* Clean ups and docstringsNed Batchelder2016-01-311-1/+0
* Underline the name when hovering the row in the HTML indexNed Batchelder2016-01-311-4/+4
* Use Consolas in the HTML reportNed Batchelder2016-01-311-1/+1
* Simplify and improve the accuracy of the scroll markersNed Batchelder2016-01-311-1/+2
* Clean up more of the scroll marker codeNed Batchelder2016-01-311-4/+7
* marks near the scrollshishov2016-01-311-0/+15
* More information in the HTML missing branch annotations.Ned Batchelder2015-08-021-1/+0
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Change HTML pages to be HTML 5Ned Batchelder2014-10-251-1/+4
* Make the filter box smallerNed Batchelder2014-10-251-4/+4
* Use classes to distinguish pages, not idsNed Batchelder2014-10-211-4/+4
* * Remove "source indicator" CSS from removed feature.Danny Allen2014-09-221-16/+0
* Address comments from pull request 34 (https://bitbucket.org/ned/coveragepy/p...Danny Allen2014-09-221-18/+4
* Rework of my pull request #18:Danny Allen2014-05-151-0/+51
* Fix #197: more decimal places on a CSS fraction eliminates rounding errors in...Ned Batchelder2012-09-261-2/+2
* Color the buttons on the pyfile page, so they have a visual connection to the...Ned Batchelder2012-04-281-0/+25
* Add a keyboard help panel to the index page.Ned Batchelder2011-06-051-0/+7
* Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-201-0/+38
* Not sure why I changed these from inherit to normal last week (something to d...Ned Batchelder2010-03-201-2/+2
* Added a link back to the index page at the bottom of HTML source pages. Close...Ned Batchelder2010-03-141-1/+5
* HTML line numbers are clickable, and highlight the line on arrival. Also, no...Ned Batchelder2010-03-141-2/+14
* Clean up HTML files.Ned Batchelder2009-12-061-2/+2
* When partial lines are hidden and run lines are shown, then partial lines are...Ned Batchelder2009-11-241-6/+12
* Polish up the sortable report: indication of sort column and sortabilityNed Batchelder2009-11-201-23/+36
* Annotations on yellow HTML lines with the line numbers not visited.Ned Batchelder2009-11-081-0/+11
* Make the index page display the same in all browsers, and give it a hover eff...Ned Batchelder2009-10-301-1/+3
* Better reporting of partial lines, including leaving out partial stuff altoge...Ned Batchelder2009-10-271-2/+2
* Stupid simplistic not working yet branch reporting in HTMLNed Batchelder2009-10-251-9/+13
* Fix some spacing in the footer of the HTML report.Ned Batchelder2009-09-261-1/+6
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-231-0/+14
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* HTML report now has an index.html.Ned Batchelder2009-04-251-3/+45
* Remove some noise from the HTML reports, and use a 2px stripe to always show ...Ned Batchelder2009-04-251-4/+10
* Use jquery to enable hiding and showing highlighting of source lines in HTML ...Ned Batchelder2009-04-241-2/+9
* A cleaner look for the HTML reports.Ned Batchelder2009-04-241-36/+35
* HTML and CSS for html reporting are now in separate files.Ned Batchelder2009-04-241-0/+105