From 168b472843cdf62b15e320ac6a5d9166ad4fa82f Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 15 Apr 2004 16:27:03 +0000 Subject: [PATCH] * 0.1em more space between tabs and personal links * some more ie fixes --- stylesheets/monobook/IE50Fixes.css | 2 +- stylesheets/monobook/IE55Fixes.css | 2 +- stylesheets/monobook/IE60Fixes.css | 10 +++++++--- stylesheets/monobook/main.css | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/stylesheets/monobook/IE50Fixes.css b/stylesheets/monobook/IE50Fixes.css index 25db90cf89..561938d241 100644 --- a/stylesheets/monobook/IE50Fixes.css +++ b/stylesheets/monobook/IE50Fixes.css @@ -7,7 +7,7 @@ float: none; } #portal-column-content #content { - margin-top: 3em; + margin-top: 3.1em; } #portal-column-one { position: absolute; diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index 47b34fd9e7..358c9a066e 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -4,7 +4,7 @@ display: inline; } #portal-column-content #content { - margin-top: 2.8em; + margin-top: 2.9em; overflow: auto; } #bodyContent center, diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index f645e25429..ca977a994e 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -3,15 +3,19 @@ /* workaround for various ie float bugs */ #portal-column-content #content { - margin-top: 2.9em; + margin-top: 3em; overflow: auto; } #portal-column-content { display: inline; } -#bodyContent center, /* the full-size images are in center tags */ -#bodyContent pre { +/* the full-size images are in center tags */ +#bodyContent, +#bodyContent pre, +#bodyContent img, +#bodyContent div, +#bodyContent p { overflow: auto; } diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 1479c01e22..3dbd6ad3cf 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -22,7 +22,7 @@ padding:0; } #portal-column-content #content { - margin: 2.7em 0 0 12.2em; + margin: 2.8em 0 0 12.2em; } #portal-column-one { padding-top: 160px; @@ -781,7 +781,7 @@ li#personaltools-login { #portlet-contentViews { position:absolute; - top: 1.2em; + top: 1.3em; left: 11.5em; margin: 0; white-space:nowrap; -- 2.20.1