X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/87219ebd28426c6d21cb545233ee52f5f7af7dfd..18a6620945d02687fbcfc4c27355d952fd748b41:/skins/common/search.css diff --git a/skins/common/search.css b/skins/common/search.css new file mode 100644 index 00000000..22c3ca4a --- /dev/null +++ b/skins/common/search.css @@ -0,0 +1,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 + */ +html > body .searchresult { + display: inline; +}