From 4c3f91238eed8ee4cf0bd39a647e552595cfb46c Mon Sep 17 00:00:00 2001 From: Anders Wegge Jakobsen Date: Mon, 27 Mar 2006 13:18:56 +0000 Subject: [PATCH] (bug 5302) Merge the two #p-search .pBody statements in monobook css --- RELEASE-NOTES | 1 + skins/monobook/main.css | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a31d9908b7..63f8c737cc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 70f8a9068e..2aa0114929 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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; } /* -- 2.20.1