aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/library/_hacks.sass
diff options
context:
space:
mode:
Diffstat (limited to 'source/stylesheets/library/_hacks.sass')
-rw-r--r--source/stylesheets/library/_hacks.sass8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/stylesheets/library/_hacks.sass b/source/stylesheets/library/_hacks.sass
new file mode 100644
index 00000000..33b442b6
--- /dev/null
+++ b/source/stylesheets/library/_hacks.sass
@@ -0,0 +1,8 @@
+// based on compass hacks
+
+=has-layout
+ // This makes ie6 get layout
+ :display inline-block
+ // and this puts it back to block
+ &
+ :display block \ No newline at end of file