Changeset 1314
- Timestamp:
- 12/30/07 15:26:11 (11 months ago)
- Files:
-
- trunk/wifidog-auth/CHANGELOG (modified) (1 diff)
- trunk/wifidog-auth/wifidog/media/base_theme/stylesheet.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wifidog-auth/CHANGELOG
r1313 r1314 1 1 # $Id$ 2 2007-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 2 5 2007-12-23 Benoit Grégoire <bock@step.polymtl.ca> 3 6 * Node.php: Fix bug in setCurrentNode() reported by Vacio trunk/wifidog-auth/wifidog/media/base_theme/stylesheet.css
r1292 r1314 93 93 94 94 #left_area { 95 position: absolute; /* Necessary to work around IE6's stupidity */ 95 96 width: 25%; 96 97 float: left;
