summaryrefslogtreecommitdiff
path: root/theme/base/css/ie.css
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 00:48:12 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 00:48:12 +0000
commit8f9762aab183a8bf502d734ec5f18ca0e68f48cb (patch)
treed46f3ecb8880e7897c6c9e3a549289be3d1cf3d7 /theme/base/css/ie.css
parent910bd332430b0af233ae78b330994520d4b59c97 (diff)
Cross-browser stuff
Diffstat (limited to 'theme/base/css/ie.css')
-rw-r--r--theme/base/css/ie.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css
new file mode 100644
index 000000000..ef64da953
--- /dev/null
+++ b/theme/base/css/ie.css
@@ -0,0 +1,26 @@
+/* IE specific styles */
+
+#aside_primary {
+padding-left:11px;
+}
+.notice-options form input.submit {
+font-size:0;
+margin-top:3px;
+height:16px;
+text-align:right;
+text-indent:0;
+color:#fff;
+width:24px;
+}
+
+input.checkbox {
+top:0;
+}
+
+legend {
+margin-left:-7px;
+}
+
+.notice div.entry-content .timestamp a {
+display:inline;
+} \ No newline at end of file