mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
14 lines
399 B
CSS
14 lines
399 B
CSS
/**
|
|
* 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;
|
|
}
|