6 lines
83 B
CSS
6 lines
83 B
CSS
|
span.highlight {
|
||
|
background-color:#FFFFCC;
|
||
|
font-weight:bold;
|
||
|
padding:1px 4px;
|
||
|
}
|