# HG changeset patch # User osimons # Date 1255709143 0 # Node ID 80e186d15d8e0d76951d2b64a17e89014c8b094e # Parent 86e946ced5a0baae68aef3c302ed69c9e6b15775 Minor CSS test-result tweaks - background not needed (#444) and also made font-size for traceback slightly smaller. diff --git a/bitten/htdocs/bitten.css b/bitten/htdocs/bitten.css --- a/bitten/htdocs/bitten.css +++ b/bitten/htdocs/bitten.css @@ -155,7 +155,6 @@ #content.build tbody.totals td, #content.build tbody.totals th { font-weight: bold; } -#content.build table.tests tr.failed { background: #d99; } #content.build table.tests tr.failed th, #content.build table.tests tr.failed td { font-weight: bold; } #content.build table.tests tr.failed :link, @@ -167,7 +166,8 @@ margin: 0; padding-left: 32px; padding-top: 5px; text-align: left; font-weight: normal; } #content.build table.tests tr th p.details span { - white-space: pre; font-family: monospace; font-weight: normal; color: #666; + white-space: pre; font-family: monospace; font-weight: normal; font-size: smaller; + color: #666; } #content.build table.tests .fixture { display: inline; } #content.build table.tests tr.failed th .fixture a {