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

index 8ccaa95..f1e53b2 100644 (file)
@@ -130,32 +130,32 @@ 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 {
-       width: 200px
+html>body thead th {
+       width: 100%
 }
 
 html>body thead th + th {
-       width: 240px
+       width: 100%
 }
 
 html>body thead th + th + th {
-       width: 316px
+       width: 100%
 }
 
- 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
+       width: 100%
 }
 
 html>body tbody td + td {
-       width: 240px
+       width: 100%
 }
 
 html>body tbody td + td + td {
-       width: 300px
-}*/
+       width: 100%
+}
 
 </style>