Changeset 150

Show
Ignore:
Timestamp:
04/27/06 10:06:21 (3 years ago)
Author:
d.reszka
Message:

the float:left on #content on was set to fix some problems in IE 5.01, but finally, it is better not to float, because it makes centering impossible.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/cols-equal.css

    r149 r150  
    6363/* Normally a Holly-style hack height: 1% would suffice but that causes 
    6464IE 5.01 to completely collapse the wrapper - instead we float it */ 
    65         float: left; 
     65/*      float: left; 
     66/* ABOVE LINE COMMENTED BY DANIEL, because this float causes problems with centering under IE 5.01*/ 
    6667/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
    6768(I saw it happen many moons ago) makes the width of wrapper too small