From 28f8e53485c15bb7fa939ac49b5b43074cbf5867 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 11 Oct 2008 10:36:26 -0700 Subject: [PATCH] Slighltly cleaner horizontal-list implementation. --- .../stylesheets/compass/utilities/lists/_horizontal_list.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass b/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass index c129ef2c..d2214328 100644 --- a/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass +++ b/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass @@ -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