aboutsummaryrefslogtreecommitdiff
path: root/www/inc/styles/ie6workarounds.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/inc/styles/ie6workarounds.css')
-rw-r--r--www/inc/styles/ie6workarounds.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/inc/styles/ie6workarounds.css b/www/inc/styles/ie6workarounds.css
new file mode 100644
index 0000000..d1ae14c
--- /dev/null
+++ b/www/inc/styles/ie6workarounds.css
@@ -0,0 +1,8 @@
+/*
+ Some workarounds for IE6/Windows
+*/
+
+html img#preview { /* should only match on IE; how pathetic */
+ margin-left: -320px;
+ left: 50%;
+}