Better style for inline list-items (especially when they folded in two or more lines). Required only some changes to style.css file.

Comments

gtsopour’s picture

Status: Fixed » Active

1. Remove the style.css line 508

ul.inline, ul.links.inline { display: inline; }

2. Change the style.css line 553
from

ul.inline li { padding: 0 2px; }

to

ul.inline li { display: inline-block; margin: 0; padding: 10px 5px; zoom: 1; *display: inline; }
gtsopour’s picture

Status: Active » Fixed

Just committed this change http://drupalcode.org/project/corporateclean.git/commit/7693523. Changed status to fixed.

gtsopour’s picture

Status: Active » Fixed

You can check this article with title "Cross-Browser Inline-Block" for more info http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/

gtsopour’s picture

Category: task » bug

Automatically closed -- issue fixed for 2 weeks with no activity.