Merge "Add columns option to Special:PrefixIndex"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.search.css
1 /**
2 * Fixes sister projects box moving down the extract
3 * of the first result (bug #16886).
4 * It only happens when the window is small and
5 * This changes slightly the layout for big screens
6 * where there was space for the extracts and the
7 * sister projects and thus it showed like in any
8 * other browser.
9 *
10 * This will only affect IE 7 and lower
11 */
12 .searchresult {
13 display: inline !ie;
14 }