diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2010-07-17 15:49:47 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2010-07-17 15:49:47 -0600 |
commit | a8c629409bbc78791c3ae7f5f16dac0c90db214d (patch) | |
tree | d2534b2b25e229c6429aea86947c901d63b2bec5 /modules/gallery/css/upgrader.css | |
parent | 71e097e47bad25def47a5960c72cfac197066290 (diff) |
Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the template. Minor code refactoring. Also seems to fix #1188.
Diffstat (limited to 'modules/gallery/css/upgrader.css')
-rw-r--r-- | modules/gallery/css/upgrader.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/gallery/css/upgrader.css b/modules/gallery/css/upgrader.css index 2b3b5afd..d1b74c31 100644 --- a/modules/gallery/css/upgrader.css +++ b/modules/gallery/css/upgrader.css @@ -9,16 +9,15 @@ h1 { } div#outer { - width: 650px; - background: white; + background: #fff; border: 1px solid #999; margin: 0 auto; - padding: -10px; + width: 650px; } div#inner { - padding: 0 1em 0 1em; - margin: 0px; + margin: 0; + padding: 0 1em; } div#footer { |