Reputation: 5897
I have an action bar that holds links. Each link is a <li>
and the css sets display:inline
.
However, one of the <li>
is a <dl><dt>
, and this item is not displayed inline.
You can see this demonstrated at http://jsfiddle.net/MAxMn/2/
What extra css do I need to include to move this the <dl<dt>
item inline with the rest?
Upvotes: 0
Views: 422