From c4857098b468a9eb34578e9e2960790c79f41b82 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 21 Apr 2004 13:57:49 +0000 Subject: [PATCH] * ie uses indexed logo * don't call pngfix function anymore --- stylesheets/IEFixes.js | 3 ++- stylesheets/monobook/IE50Fixes.css | 6 ------ stylesheets/monobook/IE60Fixes.css | 6 ++---- stylesheets/monobook/main.css | 6 ++++++ 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/stylesheets/IEFixes.js b/stylesheets/IEFixes.js index 79fd4ff21e..8b2a01ac06 100644 --- a/stylesheets/IEFixes.js +++ b/stylesheets/IEFixes.js @@ -5,7 +5,8 @@ else var version = 0; window.attachEvent("onload", hookit); function hookit() { - fixalpha(); + // replaced by special indexed logo for now + //fixalpha(); if(version == 6) { relativeforfloats(); fixtextarea(); diff --git a/stylesheets/monobook/IE50Fixes.css b/stylesheets/monobook/IE50Fixes.css index 561938d241..ff3bc233c8 100644 --- a/stylesheets/monobook/IE50Fixes.css +++ b/stylesheets/monobook/IE50Fixes.css @@ -112,12 +112,6 @@ textarea { } -table.listing td.top { - /* insane IE row bug workaround */ - position: relative; - left: -1px; - top: -1px; -} .visualClear { width:100%; height: 0px; diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index a46dc25dd8..81fe499ea3 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -50,11 +50,9 @@ div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p { #portlet-logo a:hover { cursor: pointer; } -.visualClear { +div.visualClear { width:100%; - height: 0px; - padding:0; - margin:0; + line-height: 0; } textarea { overflow: scroll; diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 8343582686..1e3c1486df 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -952,6 +952,12 @@ head:first-child+body #portal-footer li { * html #portal-column-content { display: inline; } +/* only indexed png transparency */ +#portlet-logo a, +#portlet-logo a:hover { + background: url(wiki-indexed.png) no-repeat; +} + /* float/negative margin brokenness */ * html #bodyContent pre, * html #bodyContent div.fullImage { -- 2.20.1