mirror of https://github.com/apache/lucene.git
14 lines
154 B
CSS
14 lines
154 B
CSS
|
li.bulleted-list {
|
||
|
margin-top: 0.25em;
|
||
|
margin-bottom: 0.25em;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
margin-top: 1em;
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
span.attrib {
|
||
|
color: darkgreen;
|
||
|
}
|