From: Edward Date: Wed, 9 Apr 2014 10:18:23 +0000 (+0800) Subject: examples/layout/calendar.html X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=4419517af7f8fd26a145fb296ed53e928869cf7d examples/layout/calendar.html --- diff --git a/examples/layout/calendar.html b/examples/layout/calendar.html index 7d3ea81015..8ccaa9595a 100644 --- a/examples/layout/calendar.html +++ b/examples/layout/calendar.html @@ -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 -} +}*/