Another IE fix. Now the blue funding progress bar actually works in IE < 9.

This commit is contained in:
Jesse Grant
2013-01-14 16:46:51 -05:00
parent 1b5b52f69e
commit 60a7ee99e6

View File

@@ -41,6 +41,14 @@
}
}
}
body.lt-ie9
{
#progress
{
background-image: none !important;
background-color: #1392dc !important;
}
}
#progress_bg
{
margin-top: 20px;