summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/MixedNamespaceSearchSuggestions/resources/ext.mnss.search.less
blob: 43472e60c1b271fd742f267f30c71112e0d8888d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @author Niklas Laxström
 * @license MIT
 */

/* This is used in the search field autocompletion */
.mw-mnss-srcc {
	float: right;
	font-style: italic;
}

.suggestions-result {
	white-space: inherit;
}