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.
|
||||
// This is not an inline list.
|
||||
=horizontal-list
|
||||
:overflow auto
|
||||
:list-style-type none
|
||||
:padding-left 0px
|
||||
:margin 0px
|
||||
li
|
||||
+no-bullet
|
||||
:white-space nowrap
|
||||
:float left
|
||||
:padding
|
||||
|
Loading…
Reference in New Issue
Block a user