Comment #10 on issue 1438 by verdyp: Box Corners http://code.google.com/p/chromium/issues/detail?id=1438
Note that the icon is displayed with the attribute align="left", which makes it floating (and out of the flow of the paragraph where it was inserted. The paragraph where it was inserted is 14-pixel high, the icon is 17-pixels high, so it is floating 3 pixels below the end of the paragraph, just before the table that is used to draw the "border". It is normal that this table is shifted to the left, just because the table itself also does not use "clear:both" in its style, to make sure that it will be drawn below all floating elements. So it's up to the author of http://www.googlelunarxprize.org/ to fix the HTML code. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
