summaryrefslogtreecommitdiff
path: root/ie.css
diff options
context:
space:
mode:
Diffstat (limited to 'ie.css')
-rw-r--r--ie.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/ie.css b/ie.css
new file mode 100644
index 0000000..a92e274
--- /dev/null
+++ b/ie.css
@@ -0,0 +1,26 @@
+.nav {
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C54444', endColorstr='#BD0000');
+}
+
+.nav div.menu-bannernav-container {
+ padding: 0;
+}
+
+.nav ul li form {
+ float: none;
+}
+
+.nav ul li form #searchsubmit {
+ padding-left: 24px;
+ width: auto;
+ background-position: left;
+}
+
+.ie {
+ width: 80%;
+ margin: 1em 10% 1em 0;
+ float:right;
+ border: solid 4px #FF0000;
+ background-color: #ffe5e5;
+ padding: 0.5em;
+}