diff options
Diffstat (limited to 'stylesheets/library/_hacks.sass')
-rw-r--r-- | stylesheets/library/_hacks.sass | 8 |
1 files changed, 8 insertions, 0 deletions
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 |