From 8e2064bbd878ac93438a6616cbf4af21a0f41edd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 12:23:12 -0500 Subject: The North Star 2010-2011 theme, a fork of Twenty Ten I'm not planning on maintaining this, I just figured I'd put it in git in case I ever want it. This has already been cleaned up a lot. I might one day do the work to make it a proper child theme (it was forked too many versions ago for it to be clean), but probably not. --- ie.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ie.css (limited to 'ie.css') 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; +} -- cgit v1.2.3