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)
commit47e771d5729b06c7a70e0c18c60b6066cf2ed657
tree20b0f72770549638a83a41020bc32c4e037950d8
parenta87cc203c6dfef153fb8bc3e6e299c49fb007fe5
Fix r74388: CSS for IE7 and below was put in a selector that only applies it for IE7 and *above*, causing bug 27547 (Text excerpt doesn't start on a new line in file search results) in other browsers. Fixed this by replacing the selector hack with !ie , a hack that we use to target IE7 and below with our data URL embedding fallback as well
skins/common/search.css