examples/layout/calendar.html
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:22:10 +0000 (18:22 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:22:10 +0000 (18:22 +0800)
examples/layout/calendar.html

index 72f3609..d197636 100644 (file)
@@ -69,7 +69,7 @@ html>body thead tr {
 }
 
 /* make the TH elements pretty */
-/*thead th {
+thead th {
        background: #C96;
        border-left: 1px solid #EB8;
        border-right: 1px solid #B74;
@@ -77,7 +77,7 @@ html>body thead tr {
        font-weight: normal;
        padding: 4px 3px;
        text-align: left
-}*/
+}
 
 /* make the A elements pretty. makes for nice clickable headers                */
 /*thead a, thead a:link, thead a:visited {