On Apr 12, 2011, at 10:03 AM, RePost wrote:

> My sidebar includes a tabbed menu. First tab is Popular Posts. You'll see the 
> list items appear to be running together in an inline fashion.
> 
> I'm throwing "display:block" everywhere, but I can't get the list to behave.
> 
> I would appreciate any suggestions!
> 
> http://bit.ly/eYGXbo

well, they are not 'inline' but floated left.

this in your layout.css causes this:
.usual li {
  float:left;
  list-style:none outside none;
}

you could add to
#tabs1 li {
  display:block;
float: none /* <------ add his */
}

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/






______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to