11 lines
171 B
CSS
11 lines
171 B
CSS
.searchTitle {
|
|
font: caption;
|
|
font-style: italic;
|
|
margin-left: 1em;
|
|
}
|
|
.searchKeyword {
|
|
background: yellow;
|
|
}
|
|
.searchResult {
|
|
margin: .3em 0 .3em 1em;
|
|
} |