aboutsummaryrefslogtreecommitdiff
path: root/www/inc/styles/ie6workarounds.css
diff options
context:
space:
mode:
authorjimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003>2006-10-23 23:23:29 +0000
committerjimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003>2006-10-23 23:23:29 +0000
commit4a0a16f5036c9b490883c2313598548e3b840ba2 (patch)
tree95fbb04d941f7077d63b967273e404e2c1257f22 /www/inc/styles/ie6workarounds.css
parentaab7e00c8421caeb40d29c273d6407f04ad88d79 (diff)
downloadoriginal-4a0a16f5036c9b490883c2313598548e3b840ba2.tar.gz
original-4a0a16f5036c9b490883c2313598548e3b840ba2.tar.bz2
stylesheet tweaks for IE7
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@17 4fa712ea-3c06-0410-9261-c11b4c06c003
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%;
+}