examples/layout/calendar.html
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 09:50:56 +0000 (17:50 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 09:50:56 +0000 (17:50 +0800)
examples/layout/calendar.html

index ec03f99..c218265 100644 (file)
@@ -67,7 +67,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;
@@ -75,7 +75,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 {