# HG changeset patch # User Paul Boddie # Date 1425338710 -3600 # Node ID 0591b1098fc7c5cc64f053ceeb0b7e9888748ede # Parent a255f88714d6cc26890e5d1a7b35c5b71008abbb Provided a background colour for object headings. diff -r a255f88714d6 -r 0591b1098fc7 htdocs/styles.css --- a/htdocs/styles.css Tue Mar 03 00:12:37 2015 +0100 +++ b/htdocs/styles.css Tue Mar 03 00:25:10 2015 +0100 @@ -32,6 +32,10 @@ white-space: nowrap; } +th.objectheading { + background-color: #fca; +} + th.timeslot { padding-top: 0; vertical-align: top;