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

index 8457215..6b2bb01 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 @@ thead th {
        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 {