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 :size .9em
:family= !blueprint_fixed_font_family :family= !blueprint_fixed_font_family
img img
:float left +float-left
:margin 1.5em 1.5em 1.5em 0 :margin 1.5em 1.5em 1.5em 0
a a
img img

View File

@ -77,7 +77,7 @@
// Use this mixins to set the width of n columns. // Use this mixins to set the width of n columns.
=column(!n, !last = false) =column(!n, !last = false)
:float left +float-left
+span(!n) +span(!n)
@if !last @if !last
+last +last
@ -94,7 +94,7 @@
// mixin to a column to move it n columns to the left // mixin to a column to move it n columns to the left
=pull(!n, !last = false) =pull(!n, !last = false)
:float left +float-left
:position relative :position relative
@if !last @if !last
:margin-left = (-!blueprint_grid_outer_width * !n) + !blueprint_grid_margin :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 // mixin to a column to push it n columns to the right
=push(!n) =push(!n)
:float right +float-right
:position relative :position relative
:margin :margin
:top 0 :top 0

View File

@ -88,7 +88,7 @@
:margin-right 0 :margin-right 0
=column(!n, !last = false) =column(!n, !last = false)
:float left +float-left
:overflow hidden :overflow hidden
+span(!n) +span(!n)
@if !last @if !last
@ -106,7 +106,7 @@
:margin-left= (!blueprint_liquid_grid_push_pull * !n) :margin-left= (!blueprint_liquid_grid_push_pull * !n)
=push(!n) =push(!n)
:float right +float-right
:margin :margin
:top 0 :top 0
:left 1.5em :left 1.5em

View File

@ -84,11 +84,11 @@
p p
:margin 0 0 1.5em :margin 0 0 1.5em
img img
:float left +float-left
:margin 1.5em 1.5em 1.5em 0 :margin 1.5em 1.5em 1.5em 0
:padding 0 :padding 0
&.right &.right
:float right +float-right
:margin 1.5em 0 1.5em 1.5em :margin 1.5em 0 1.5em 1.5em
a a
:text-decoration underline :text-decoration underline

View File

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