
brewt at bricolage
Apr 7, 2009, 1:11 PM
Post #1 of 1
(863 views)
Permalink
|
|
[8563] Added clearer comments for r8555
|
|
Revision: 8563 Author: brewt Date: 2009-04-07 13:11:51 -0700 (Tue, 07 Apr 2009) ViewCVS: http://viewsvn.bricolage.cc/?rev=8563&view=rev Log Message: ----------- Added clearer comments for r8555 Modified Paths: -------------- bricolage/trunk/comp/media/css/style.css Modified: bricolage/trunk/comp/media/css/style.css =================================================================== --- bricolage/trunk/comp/media/css/style.css 2009-04-07 16:21:47 UTC (rev 8562) +++ bricolage/trunk/comp/media/css/style.css 2009-04-07 20:11:51 UTC (rev 8563) @@ -699,7 +699,8 @@ #containerprof ul.elements li.element { margin: 0 0 10px 0; position: relative; -/* Clearing for IE6 */ +/* .clearboth was causing problems in IE6, so it was removed, but clearing is + * needed here. */ _zoom: 1; } #containerprof ul.elements li.element h3.name { @@ -944,7 +945,9 @@ .viewmeta { *height: 1%; } -/* Turn off clearboth for IE6 */ +/* .clearboth was causing rendering issues with the New Story, Story Profile, + * and other pages in IE6. The easy (and hacky) solution was to disable + * .clearboth for IE6 and just clear where it's now broken. */ .clearboth { _height: auto; }
|