Fix prefsectiontip styles (class renamed to htmlform-tip)
authorAndrew Garrett <werdna@users.mediawiki.org>
Fri, 24 Apr 2009 08:47:56 +0000 (08:47 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Fri, 24 Apr 2009 08:47:56 +0000 (08:47 +0000)
skins/Chick.php
skins/CologneBlue.php
skins/Nostalgia.php
skins/Simple.php
skins/chick/main.css
skins/common/oldshared.css
skins/modern/main.css
skins/simple/main.css

index a995b6d..35d8393 100644 (file)
@@ -33,4 +33,4 @@ class SkinChick extends SkinTemplate {
                $out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' );
                $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' );
        }
-}
\ No newline at end of file
+}
index e421f53..458d695 100644 (file)
@@ -312,4 +312,4 @@ class SkinCologneBlue extends Skin {
 
                return $s;
        }
-}
\ No newline at end of file
+}
index eaf8f86..334f1c5 100644 (file)
@@ -111,4 +111,4 @@ class SkinNostalgia extends Skin {
 
                return $s;
        }
-}
\ No newline at end of file
+}
index 178f712..2690f78 100644 (file)
@@ -69,4 +69,4 @@ END;
                }
                return $s;
        }
-}
\ No newline at end of file
+}
index fde0330..ef52a79 100644 (file)
@@ -440,4 +440,4 @@ div.gallerytext {
 }
 #f-poweredbyico, #f-copyrightico {
        display: inline;
-}
\ No newline at end of file
+}
index 3acd5e2..9c9060f 100644 (file)
@@ -164,7 +164,7 @@ img { border: none; }
     float: left;
     margin-top: 1em;
 }
-div.prefsectiontip {
+div.htmlform-tip {
     font-size: 94%;
     margin-top: 0.4em;
     color: #666;
index 80ef008..b492963 100644 (file)
@@ -368,7 +368,7 @@ h1, h2 {
        display: none;
 }
 
-.prefsectiontip {
+.htmlform-tip {
        font-size: x-small;
        padding: .2em 2em;
        color: #666;
index 9fd8e3a..5cf5950 100644 (file)
@@ -365,7 +365,7 @@ div.printfooter {
 #preftoc a:active {
     display: block;
 }
-div.prefsectiontip {
+div.htmlform-tip {
     font-size: 95%;
     margin-top: 1em;
 }