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

index 7d3ea81..8ccaa95 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 {
@@ -130,7 +130,7 @@ html>body tbody {
 /* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
 /* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
 /* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
-html>body thead th {
+/*html>body thead th {
        width: 200px
 }
 
@@ -142,9 +142,9 @@ html>body thead th + th + th {
        width: 316px
 }
 
-/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
-/* All other non-IE browsers.                                            */
-/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
+ define width of TD elements: 1st, 2nd, and 3rd respectively.          
+ All other non-IE browsers.                                            
+ http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        
 html>body tbody td {
        width: 200px
 }
@@ -155,7 +155,7 @@ html>body tbody td + td {
 
 html>body tbody td + td + td {
        width: 300px
-}
+}*/
 
 </style>