ZwiiCMS/module/search/view/index/index.css

11 lines
171 B
CSS
Raw Normal View History

.searchTitle {
font: caption;
font-style: italic;
2020-08-19 16:40:23 +02:00
margin-left: 1em;
}
.searchKeyword {
background: yellow;
2020-08-17 16:51:18 +02:00
}
.searchResult {
2020-08-19 16:40:23 +02:00
margin: .3em 0 .3em 1em;
}