8 lines
117 B
CSS
8 lines
117 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Stylesheet for results generated by the Search module.
|
||
|
*/
|
||
|
ol.search-results {
|
||
|
list-style: none;
|
||
|
}
|