changeset 700:80e186d15d8e

Minor CSS test-result tweaks - background not needed (#444) and also made font-size for traceback slightly smaller.
author osimons
date Fri, 16 Oct 2009 16:05:43 +0000
parents 86e946ced5a0
children 492c18db8f45
files bitten/htdocs/bitten.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 { 
Copyright (C) 2012-2017 Edgewall Software