Project

General

Profile

« Previous | Next » 

Revision 2342bfe6

Added by Andreas Kohlbecker about 15 years ago

release v2.0 IE7+ fix

View differences:

themes/garland_cichorieae/fix-ie.css
19 19

  
20 20
#wrapper #container #center {
21 21
  /* Reduce amount of damage done by extremely wide content */
22
  overflow: hidden;
22
  /*overflow: hidden; /* a.kohlbecker: breaks long pages in IE8 */ 
23 23
}
24 24

  
25 25
#wrapper #container #center .right-corner .left-corner {
26 26
  /* Because of the lack of min-height, we use height as an alternative */
27
  height: 400px;
27
  /*height: 400px; /*a.kohlbecker: works with IE7? not with IE 8 */
28 28
}
29 29

  
30 30
fieldset {

Also available in: Unified diff