From d66f659d9abf89720228cdf22d3ca889349932ef Mon Sep 17 00:00:00 2001 From: Chris Eppstein <chris@eppsteins.net> Date: Sat, 1 Nov 2008 11:49:03 -0700 Subject: [PATCH] Reuse the reset and clearfix mixins in the horizontal-list declaration. --- .../compass/utilities/lists/_horizontal_list.sass | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass b/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass index cb08308b..7347bcb7 100644 --- a/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass +++ b/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass @@ -1,10 +1,12 @@ @import bullets.sass +@import compass/utilities/general/reset.sass +@import compass/utilities/general/clearfix.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(!padding = 4px) - :overflow auto - :padding-left 0px - :margin 0px + +reset-box-model + +clearfix li +no-bullet :white-space nowrap