Slighltly cleaner horizontal-list implementation.

This commit is contained in:
Chris Eppstein 2008-10-11 10:36:26 -07:00
parent d6d9bd4270
commit 28f8e53485

View File

@ -1,11 +1,12 @@
@import bullets.sass
// A list(ol,ul) that is layed out such that the elements are floated left and won't wrap. // A list(ol,ul) that is layed out such that the elements are floated left and won't wrap.
// This is not an inline list. // This is not an inline list.
=horizontal-list =horizontal-list
:overflow auto :overflow auto
:list-style-type none
:padding-left 0px :padding-left 0px
:margin 0px :margin 0px
li li
+no-bullet
:white-space nowrap :white-space nowrap
:float left :float left
:padding :padding