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