diff --git a/frameworks/blueprint/stylesheets/blueprint/_print.sass b/frameworks/blueprint/stylesheets/blueprint/_print.sass index c141596d..79747d70 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_print.sass +++ b/frameworks/blueprint/stylesheets/blueprint/_print.sass @@ -55,7 +55,7 @@ :size .9em :family= !blueprint_fixed_font_family img - :float left + +float-left :margin 1.5em 1.5em 1.5em 0 a img diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass index 6662f3d6..af367ff7 100755 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass @@ -77,7 +77,7 @@ // Use this mixins to set the width of n columns. =column(!n, !last = false) - :float left + +float-left +span(!n) @if !last +last @@ -94,7 +94,7 @@ // mixin to a column to move it n columns to the left =pull(!n, !last = false) - :float left + +float-left :position relative @if !last :margin-left = (-!blueprint_grid_outer_width * !n) + !blueprint_grid_margin @@ -103,7 +103,7 @@ // mixin to a column to push it n columns to the right =push(!n) - :float right + +float-right :position relative :margin :top 0 diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass index 257bd4e2..0f5a0335 100644 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass @@ -88,7 +88,7 @@ :margin-right 0 =column(!n, !last = false) - :float left + +float-left :overflow hidden +span(!n) @if !last @@ -106,7 +106,7 @@ :margin-left= (!blueprint_liquid_grid_push_pull * !n) =push(!n) - :float right + +float-right :margin :top 0 :left 1.5em diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass index 89e2057e..29807ae6 100644 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass @@ -84,11 +84,11 @@ p :margin 0 0 1.5em img - :float left + +float-left :margin 1.5em 1.5em 1.5em 0 :padding 0 &.right - :float right + +float-right :margin 1.5em 0 1.5em 1.5em a :text-decoration underline diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass b/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass index 9f40d4a8..35b4e5bb 100644 --- a/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass +++ b/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass @@ -10,7 +10,7 @@ li +no-bullet :white-space nowrap - :float left + +float-left :padding :left= !padding :right= !padding