(bug 5302) Merge the two #p-search .pBody statements in monobook css
authorAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Mon, 27 Mar 2006 13:18:56 +0000 (13:18 +0000)
committerAnders Wegge Jakobsen <wegge@users.mediawiki.org>
Mon, 27 Mar 2006 13:18:56 +0000 (13:18 +0000)
RELEASE-NOTES
skins/monobook/main.css

index a31d990..63f8c73 100644 (file)
@@ -37,6 +37,7 @@ Code quality:
 * Remove unused OutputPage::addCookie()
 * Fix for short_open_tag off again; please don't break this, guys
 * (bug 4507) Adjust FULLPAGENAMEE escaping to standard form
+* (bug 5302) Merge the two #p-search .pBody statements in monobook css.
 
 Database:
 * Finally dropped MySQL 3.23.x support
index 70f8a90..2aa0114 100644 (file)
@@ -739,9 +739,6 @@ special external link styling */
        position: relative;
        z-index: 3;
 }
-#p-search .pBody {
-       text-align: center;
-}
 input.searchButton {
        margin-top: 1px;
        font-size: 95%;
@@ -758,6 +755,7 @@ input.searchButton {
 }
 #p-search .pBody {
        padding: .5em .4em .4em .4em;
+       text-align: center;
 }
 
 /*