From f7700443ece4537c252b10a7463d12fd1725f40a Mon Sep 17 00:00:00 2001 From: B Mathis Date: Thu, 5 Nov 2009 21:34:41 -0600 Subject: moved stylesheets --- stylesheets/library/_hacks.sass | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stylesheets/library/_hacks.sass (limited to 'stylesheets/library/_hacks.sass') diff --git a/stylesheets/library/_hacks.sass b/stylesheets/library/_hacks.sass new file mode 100644 index 00000000..33b442b6 --- /dev/null +++ b/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 -- cgit v1.2.1