dl/htdocs/css/searchresults.css
2020-06-17 20:49:28 +02:00

28 lines
409 B
CSS

.search-results .result {
margin: 1em 0;
}
.search-results a.result.stop {
display: block;
color: inherit;
text-decoration: none;
}
.search-results .result.stop .name {
font-weight: bold;
}
.search-results .result.stop .ref {
color: #aaa;
}
.search-results .result.stop .dest,
.search-results .result.stop .lines {
display: block;
}
.search-results .result.stop .not-served-msg {
color: #800;
}