I have a page that is an online version of an energy newsletter, and each story is separated by a <hr>. I just noticed today that one of them is rendering at 680px x 2px instead of 680 x 1px.
Having inspected the element I see the height comes from this css entry: "height: 0.1em;" and was wondering why the browser seems to think a different thickness is needed for this one and not the others? (I know it's not majorly important but it's just bugging me and someone must know!)
This is the page: http://utilitiessavings.co.uk/utilities-insider-issue-10-january-2013/
Thanks