Comment #11 on issue 1438 by verdyp: Box Corners http://code.google.com/p/chromium/issues/detail?id=1438
3 alternate solutions: - add style="clear:both" in the <table> element (but then the vertical borders of the content will not line up with the bottom borders). - remove the align="left" from the icon to make it non floating (it will then flow within the paragraph, whose line-height will be increased from 14-pixels to 17 pixels), but then the icon will not be centered with the link. - insert <div clear="both"/> or <div style="clear:both"/> after the paragraph end, just before the end of the "content" division. I think this is the best solution. -- 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 -~----------~----~----~----~------~----~------~--~---
