r49802 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49801‎ | r49802 | r49803 >
Date:08:47, 24 April 2009
Author:werdna
Status:ok
Tags:
Comment:
Fix prefsectiontip styles (class renamed to htmlform-tip)
Modified paths:
  • /trunk/phase3/skins/Chick.php (modified) (history)
  • /trunk/phase3/skins/CologneBlue.php (modified) (history)
  • /trunk/phase3/skins/Nostalgia.php (modified) (history)
  • /trunk/phase3/skins/Simple.php (modified) (history)
  • /trunk/phase3/skins/chick/main.css (modified) (history)
  • /trunk/phase3/skins/common/oldshared.css (modified) (history)
  • /trunk/phase3/skins/modern/main.css (modified) (history)
  • /trunk/phase3/skins/simple/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Simple.php
@@ -69,4 +69,4 @@
7070 }
7171 return $s;
7272 }
73 -}
\ No newline at end of file
 73+}
Index: trunk/phase3/skins/chick/main.css
@@ -440,4 +440,4 @@
441441 }
442442 #f-poweredbyico, #f-copyrightico {
443443 display: inline;
444 -}
\ No newline at end of file
 444+}
Index: trunk/phase3/skins/modern/main.css
@@ -368,7 +368,7 @@
369369 display: none;
370370 }
371371
372 -.prefsectiontip {
 372+.htmlform-tip {
373373 font-size: x-small;
374374 padding: .2em 2em;
375375 color: #666;
Index: trunk/phase3/skins/CologneBlue.php
@@ -312,4 +312,4 @@
313313
314314 return $s;
315315 }
316 -}
\ No newline at end of file
 316+}
Index: trunk/phase3/skins/common/oldshared.css
@@ -164,7 +164,7 @@
165165 float: left;
166166 margin-top: 1em;
167167 }
168 -div.prefsectiontip {
 168+div.htmlform-tip {
169169 font-size: 94%;
170170 margin-top: 0.4em;
171171 color: #666;
Index: trunk/phase3/skins/simple/main.css
@@ -365,7 +365,7 @@
366366 #preftoc a:active {
367367 display: block;
368368 }
369 -div.prefsectiontip {
 369+div.htmlform-tip {
370370 font-size: 95%;
371371 margin-top: 1em;
372372 }
Index: trunk/phase3/skins/Chick.php
@@ -33,4 +33,4 @@
3434 $out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' );
3535 $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' );
3636 }
37 -}
\ No newline at end of file
 37+}
Index: trunk/phase3/skins/Nostalgia.php
@@ -111,4 +111,4 @@
112112
113113 return $s;
114114 }
115 -}
\ No newline at end of file
 115+}

Status & tagging log