Changeset 1314

Show
Ignore:
Timestamp:
12/30/07 15:26:11 (11 months ago)
Author:
benoitg
Message:
  • Workaround IE6 braindeadness in the base theme. Closes #406. Credit goes to Frederic Sheedy (sheedf@gmail.com)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wifidog-auth/CHANGELOG

    r1313 r1314  
    11# $Id$ 
     22007-12-30 Benoit GrĂ©goire  <bock@step.polymtl.ca> 
     3        * Workaround IE6 braindeadness in the base theme.  Closes  #406.  Credit goes to Frederic Sheedy (sheedf@gmail.com) 
     4         
    252007-12-23 Benoit GrĂ©goire  <bock@step.polymtl.ca> 
    36        * Node.php:  Fix bug in setCurrentNode() reported by Vacio 
  • trunk/wifidog-auth/wifidog/media/base_theme/stylesheet.css

    r1292 r1314  
    9393 
    9494#left_area { 
     95        position: absolute; /* Necessary to work around IE6's stupidity */ 
    9596        width: 25%; 
    9697        float: left;