]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - skins/common/search.css
MediaWiki 1.17.4
[autoinstalls/mediawiki.git] / skins / common / 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 html > body .searchresult {
13         display: inline;
14 }