From 4843586b2fb9c6f779daa7f31eff442b82a14b6f Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 17 Jun 2009 19:02:09 +0000 Subject: [PATCH] Some more CSS tweaks --- skins/common/shared.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 0566649e1f..9c20de4727 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -163,9 +163,9 @@ div.searchresult { padding-right: 0.75em; } .mw-search-formheader div.results-info > ul { - margin: 0; - padding: 0; - list-style: none; + margin: 0 !important; + padding: 0 !important; + list-style: none !important; } .mw-search-formheader div.results-info > ul > li { float: right; -- 2.20.1