summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/static/ie6.css
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-01-21 23:22:50 -0500
committerChris McDonough <chrism@plope.com>2014-01-21 23:22:50 -0500
commitdec681201ec50c261bde022ea09d24f09e3588bd (patch)
treeb3717a84ca3c3001072ef2e4ab759a4574a7324f /docs/narr/MyProject/myproject/static/ie6.css
parent5c4318abe647b65869ac6dbb5b57cf1088712061 (diff)
parentdf6065fb1c3724649ac6e75cfcabc273ef6fd0d9 (diff)
downloadpyramid-dec681201ec50c261bde022ea09d24f09e3588bd.tar.gz
pyramid-dec681201ec50c261bde022ea09d24f09e3588bd.tar.bz2
pyramid-dec681201ec50c261bde022ea09d24f09e3588bd.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/MyProject/myproject/static/ie6.css')
-rw-r--r--docs/narr/MyProject/myproject/static/ie6.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/narr/MyProject/myproject/static/ie6.css b/docs/narr/MyProject/myproject/static/ie6.css
deleted file mode 100644
index b7c8493d8..000000000
--- a/docs/narr/MyProject/myproject/static/ie6.css
+++ /dev/null
@@ -1,8 +0,0 @@
-* html img,
-* html .png{position:relative;behavior:expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
-this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "',sizingMethod='image')",
-this.src = "static/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
-this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "',sizingMethod='crop')",
-this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
-);}
-#wrap{display:table;height:100%}