Changeset 1097 for trunk/template
- Timestamp:
- Mar 24, 2006, 10:36:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/content.css
r1069 r1097 215 215 216 216 /* nice looking month calendar*/ 217 .calMonth { border: none; border-collapse: collapse; } 218 219 TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank 220 { 217 TABLE.calMonth { 218 border: none; 219 border-collapse: collapse; 220 margin-bottom: 10px; /*<-IE ignores this */ 221 } 222 223 TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank { 221 224 text-align:left; 222 225 vertical-align: top; … … 226 229 TD.calDayHead { font: bold 12px Arial, Helvetica, sans-serif; } 227 230 228 DIV.calImg 229 { 231 DIV.calImg { 230 232 overflow: hidden; 231 233 vertical-align: bottom; … … 234 236 } 235 237 236 .calImg img 237 { 238 .calImg img { 238 239 position: relative; 239 240 border: 0;
Note: See TracChangeset
for help on using the changeset viewer.