* non-existing discussion link formatting
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 7 Apr 2004 14:43:24 +0000 (14:43 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 7 Apr 2004 14:43:24 +0000 (14:43 +0000)
* pre width no longer set for IE5.5 and 6

stylesheets/monobook/IE55Fixes.css
stylesheets/monobook/IE60Fixes.css
stylesheets/monobook/main.css

index b896b63..649bf0c 100644 (file)
@@ -9,7 +9,6 @@
 }
 #bodyContent center,
 #bodyContent pre {
-    width: 100%;
     overflow: auto;
 }
 
index 9b19232..cc0387d 100644 (file)
@@ -12,7 +12,6 @@
 }
 #bodyContent center, /* the full-size images are in center tags */
 #bodyContent pre {
-    width: 100%;
     overflow: auto;
 }
 
index 883ecd6..d9cc799 100644 (file)
@@ -311,10 +311,6 @@ pre {
     padding: 0.5em 1em;
     vertical-align: middle;
 }
-.portalMessage a {
-    color: Black;
-    text-decoration: none;
-}
 .documentDescription {
     /* The summary text describing the document */
     font-weight: bold;
@@ -338,7 +334,7 @@ pre {
 */
 
 a.stub,
-a.new{ color:#ba0000; text-decoration:none; }
+a.new { color:#ba0000; text-decoration:none; }
 
 #toc { 
     /*border:1px solid #2f6fab;*/
@@ -625,12 +621,14 @@ div.townBox dl dd {
     overflow: visible;
 }
 #portlet-logo h5 { display: none; }
-#portlet-logo a {
+#portlet-logo a,
+#portlet-logo a:hover {
     display: block;
     height: 155px;
     width: 135px;
     background: url(wiki.png) no-repeat;
     background-repeat: no-repeat;
+    text-decoration: none;
 }
 
 /*
@@ -834,6 +832,9 @@ li#personaltools-login {
 #portlet-contentViews .selected a {
     z-index: 3;
 }
+#portlet-contentViews .new a {
+    color:#ba0000;
+}
 #portlet-contentViews li a:hover {
     z-index: 3;
 }