9 lines
122 B
CSS
9 lines
122 B
CSS
.seachTitle {
|
|
/* rien */
|
|
}
|
|
.searchKeyword {
|
|
background: yellow;
|
|
}
|
|
.searchResult {
|
|
margin: .8em 0 .8em 0.5em;
|
|
} |