version: Properly handle missing test results

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-11-04 23:09:12 +01:00
committed by Chris Morgan
parent 2aad57fbec
commit 5c6b3bb45e
3 changed files with 54 additions and 11 deletions

View File

@@ -63,6 +63,12 @@ div.info_contents { padding:10px; background-color: #eee; }
div.title_class { font-weight: bold; border-bottom: 1px solid; padding: 4px;
font-size: 140%; background-color: #ddd; }
/* Classes for a note box */
div.note_container { margin:6px; border: 1px solid; }
div.note_body { padding: 10px; background-color: #ffe732; }
div.note_title { font-weight: bold; border-bottom: 1px solid; padding: 4px;
font-size: 140%; background-color: #ffc004; }
/* classes for the main page */
div.rating_header { padding: 8px; }
div.rating_title { padding-bottom: 4px; font-weight: bold; font-size: 160%; }