r3010 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r3009‎ | r3010 | r3011 >
Date:14:43, 7 April 2004
Author:gabrielwicke
Status:old
Tags:
Comment:
* non-existing discussion link formatting
* pre width no longer set for IE5.5 and 6
Modified paths:
  • /trunk/phase3/stylesheets/monobook/IE55Fixes.css (modified) (history)
  • /trunk/phase3/stylesheets/monobook/IE60Fixes.css (modified) (history)
  • /trunk/phase3/stylesheets/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/stylesheets/monobook/IE60Fixes.css
@@ -12,7 +12,6 @@
1313 }
1414 #bodyContent center, /* the full-size images are in center tags */
1515 #bodyContent pre {
16 - width: 100%;
1716 overflow: auto;
1817 }
1918
Index: trunk/phase3/stylesheets/monobook/IE55Fixes.css
@@ -9,7 +9,6 @@
1010 }
1111 #bodyContent center,
1212 #bodyContent pre {
13 - width: 100%;
1413 overflow: auto;
1514 }
1615
Index: trunk/phase3/stylesheets/monobook/main.css
@@ -311,10 +311,6 @@
312312 padding: 0.5em 1em;
313313 vertical-align: middle;
314314 }
315 -.portalMessage a {
316 - color: Black;
317 - text-decoration: none;
318 -}
319315 .documentDescription {
320316 /* The summary text describing the document */
321317 font-weight: bold;
@@ -338,7 +334,7 @@
339335 */
340336
341337 a.stub,
342 -a.new{ color:#ba0000; text-decoration:none; }
 338+a.new { color:#ba0000; text-decoration:none; }
343339
344340 #toc {
345341 /*border:1px solid #2f6fab;*/
@@ -625,12 +621,14 @@
626622 overflow: visible;
627623 }
628624 #portlet-logo h5 { display: none; }
629 -#portlet-logo a {
 625+#portlet-logo a,
 626+#portlet-logo a:hover {
630627 display: block;
631628 height: 155px;
632629 width: 135px;
633630 background: url(wiki.png) no-repeat;
634631 background-repeat: no-repeat;
 632+ text-decoration: none;
635633 }
636634
637635 /*
@@ -834,6 +832,9 @@
835833 #portlet-contentViews .selected a {
836834 z-index: 3;
837835 }
 836+#portlet-contentViews .new a {
 837+ color:#ba0000;
 838+}
838839 #portlet-contentViews li a:hover {
839840 z-index: 3;
840841 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r73011Followup to r3010 - adding better commentsadam19:56, 14 September 2010

Status & tagging log