summaryrefslogtreecommitdiff
path: root/resources/mediawiki.special/mediawiki.special.search.css
blob: 89d55b0b5b1acbe21d29dd9f202eae020cfad69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Fixes sister projects box moving down the extract 
 * of the first result (bug #16886).
 * It only happens when the window is small and 
 * This changes slightly the layout for big screens 
 * where there was space for the extracts and the 
 * sister projects and thus it showed like in any 
 * other browser.
 *
 * This will only affect IE 7 and lower
 */
.searchresult {
	display: inline !ie;
}