What steps will reproduce the problem? 1. View any of the sample pages at http://files.bjorkoy.com/blueprint/tests/ in IE 6 or IE 7 2. The hr elements do not align with grid as they would in FireFox or Safari
What is the expected output? What do you see instead?
They hr element should align properly with the grid, but it does in IE 6 or IE 7. It pushes itself out of line as well as the elements that follow.
What version of the product are you using? On what operating system?
Windows XP IE 6 and IE 7
Please provide any additional information below.
If you add the following to the ie.css file everything pops into place.
hr { margin: -8px auto 11px; }
Comment #1
Posted on Feb 5, 2008 by Happy HorseThanks, I'll try it out. :)
spacing in IE is indeed a mess.
Comment #2
Posted on Feb 20, 2008 by Happy HorseSeems to be working as expected in 0.7. Thanks!
Status: Fixed
Labels:
Type-Defect
Priority-Medium