moved stylesheets

This commit is contained in:
B Mathis
2009-11-05 21:34:41 -06:00
parent 145f81046b
commit f7700443ec
27 changed files with 1 additions and 2 deletions

View File

@ -0,0 +1,16 @@
// based on compass float
@import modules/_clearfix.sass
// Available as alternate syntax with just +float
=float(!side = "left")
:display inline
:float= !side
// Implementation of float:left with fix for double-margin bug
=float-left
+float("left")
// Implementation of float:right with fix for double-margin bug
=float-right
+float("right")