source: tags/release-1_6_0RC1/template/yoga/fix-ie5-ie6.css @ 2672

Last change on this file since 2672 was 1262, checked in by chrisaga, 18 years ago
  • merge trunk r1260:1261 into branch 1.6 (minor improvements and fixes in template)
File size: 415 bytes
Line 
1/* $Id:$ */
2/* Issues in IE from 5 to 6 only to to be used with IE7                       */
3
4/* to avoid vanishing objects in IE6 */
5H1, #theHeader {
6  width: 100%;  /* <- useless but seems to make IE6 happy */
7}
8#content {
9  height: 1em; /* for IE6 it's like min-height */
10}
11
12/* to get less hugly checkboxes at least in tagSelection */
13UL.tagSelection LI INPUT {
14  border: none;
15  background-color: transparent;
16}
Note: See TracBrowser for help on using the repository browser.