aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/library/_float.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-05 21:34:41 -0600
committerB Mathis <brandon@imathis.com>2009-11-05 21:34:41 -0600
commitf7700443ece4537c252b10a7463d12fd1725f40a (patch)
tree9eefa52f5435bdfb7fd86984ee7ae3ed518b4f5f /source/stylesheets/library/_float.sass
parent145f81046bc5881d7da86b05c8b92862b63f8080 (diff)
downloadmy_new_personal_website-f7700443ece4537c252b10a7463d12fd1725f40a.tar.xz
my_new_personal_website-f7700443ece4537c252b10a7463d12fd1725f40a.zip
moved stylesheets
Diffstat (limited to 'source/stylesheets/library/_float.sass')
-rw-r--r--source/stylesheets/library/_float.sass16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/stylesheets/library/_float.sass b/source/stylesheets/library/_float.sass
deleted file mode 100644
index b459e81f..00000000
--- a/source/stylesheets/library/_float.sass
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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") \ No newline at end of file