Fix r74388: CSS for IE7 and below was put in a selector that only applies it for...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 9 Mar 2011 12:30:08 +0000 (12:30 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 9 Mar 2011 12:30:08 +0000 (12:30 +0000)
skins/common/search.css

index 22c3ca4..89d55b0 100644 (file)
@@ -9,6 +9,6 @@
  *
  * This will only affect IE 7 and lower
  */
-html > body .searchresult {
-       display: inline;
+.searchresult {
+       display: inline !ie;
 }