Updated frameworks to use new float implementation

Avoided changing YUI due to its complex inheritance and float:none overrides.
This commit is contained in:
Andrew Vit 2009-03-22 00:24:31 -07:00 committed by Chris Eppstein
parent b36e2d2622
commit 150e7bf6a7
5 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -10,7 +10,7 @@
li
+no-bullet
:white-space nowrap
:float left
+float-left
:padding
:left= !padding
:right= !padding