aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/library/_hacks.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-18 20:10:45 -0500
committerB Mathis <brandon@imathis.com>2009-10-18 20:10:45 -0500
commitd8d51719fb2ec7cb2ee70dab4665c74baa0fb783 (patch)
tree1a3ba6a62eaa3c0d5b3bc8d5bcf5447ecd9335ec /source/stylesheets/library/_hacks.sass
parent82d0251da120186c27791b7c073aa103d73c2b31 (diff)
downloadmy_new_personal_website-d8d51719fb2ec7cb2ee70dab4665c74baa0fb783.tar.xz
my_new_personal_website-d8d51719fb2ec7cb2ee70dab4665c74baa0fb783.zip
added compass, added some basic stylesheets
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