Slighltly cleaner horizontal-list implementation.
This commit is contained in:
parent
d6d9bd4270
commit
28f8e53485
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user