view bitten/htdocs/bitten_coverage.css @ 895:7d93d6358fe0

Use our own HTTPBasicAuthHandler under Python 2.6 to avoid issue http://bugs.python.org/issue8797. Fixes #658.
author hodgestar
date Wed, 09 Mar 2011 14:48:35 +0000
parents b4d32c0ab577
children
line wrap: on
line source
/* Code coverage file annotations */
table.code th.coverage { width: 4em; }
table.code th.covered { background-color: #6F6; }
table.code th.uncovered { background-color: #f66; }
Copyright (C) 2012-2017 Edgewall Software