* ie uses indexed logo
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 21 Apr 2004 13:57:49 +0000 (13:57 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 21 Apr 2004 13:57:49 +0000 (13:57 +0000)
* don't call pngfix function anymore

stylesheets/IEFixes.js
stylesheets/monobook/IE50Fixes.css
stylesheets/monobook/IE60Fixes.css
stylesheets/monobook/main.css

index 79fd4ff..8b2a01a 100644 (file)
@@ -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();
index 561938d..ff3bc23 100644 (file)
@@ -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;
index a46dc25..81fe499 100644 (file)
@@ -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;
index 8343582..1e3c148 100644 (file)
@@ -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 {