summaryrefslogtreecommitdiff
path: root/theme/default/style/ie.css
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-11 13:10:09 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-11 13:10:09 -0400
commit7db9174dbc4a8361797cd909eb703bf5c42be971 (patch)
tree2d81592851ae433f22acc73421aa1172581239a1 /theme/default/style/ie.css
parenta8908117dbdc29692d808d178e1603e5b74ce566 (diff)
move files in default theme to one directory
darcs-hash:20080611171009-84dde-54dc9de5d799d77950e09233fda6939e76c15247.gz
Diffstat (limited to 'theme/default/style/ie.css')
-rw-r--r--theme/default/style/ie.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/theme/default/style/ie.css b/theme/default/style/ie.css
deleted file mode 100644
index fbbf56f88..000000000
--- a/theme/default/style/ie.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/**************************************************************
- AUTHOR: Pat Heard (fullahead.org)
- DATE: 2006.09.12
- PURPOSE: Fixes IE's major problems
- **************************************************************/
-
-#content {
- /* takes care of POS IE and it's support for transparent .png */
- background: none;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/content.png',sizingMethod='scale');
-}