From e4c2d5790bac6a74037638fde049c374fc44cc7b Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 17 Apr 2011 22:49:30 -0500 Subject: irrisponsibly massive commit --- stylesheets/library/_float.sass | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 stylesheets/library/_float.sass (limited to 'stylesheets/library/_float.sass') diff --git a/stylesheets/library/_float.sass b/stylesheets/library/_float.sass deleted file mode 100644 index 1bb6ea3f..00000000 --- a/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 -- cgit v1.2.1