# HG changeset patch # User Nathan Phillip Brink # Date 2010-12-31 23:46:39 # Node ID 4c9689f208ffde9d64cc1c2576f4a61e413c64e8 # Parent 5d94cc8ac7cd02056a92b579f1528979833416c9 # Parent 093f62fb1fec81be9c845f529dc6950cd90afd97 merge in CSS changes. diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -69,11 +69,13 @@ td{ } .time { - border-style:none none solid none; + border-style:none none solid none; + border-bottom: 1px solid #aaa; white-space: nowrap; } .day{ border-style:none none solid solid; + background: #F0F0F0; } .prof, @@ -104,10 +106,10 @@ td{ } #tabs ul { -text-align: center; -margin: auto; -margin-top: 10px; -margin-bottom: 2px; + text-align: center; + margin: auto; + margin-top: 10px; + margin-bottom: 2px; } /* don't let the user see a tall stack of tabs before jQuery().tabs() is called. */ #tabs li @@ -190,4 +192,11 @@ margin-bottom: 2px; #pager-next { float: right; -} \ No newline at end of file +} + +table { + border-radius: 5px; +} +.none { + border-bottom: 1px dotted #ccc; +}