mirror of https://github.com/apache/lucene.git
SOLR-10892: minor CSS change to make sure description list items are bold even when monospaced
This commit is contained in:
parent
e46d39bd5a
commit
0e08355912
|
@ -698,7 +698,8 @@ ol li ul
|
|||
margin-left: 1.25em;
|
||||
}
|
||||
|
||||
dl dt
|
||||
dl dt,
|
||||
dl dt code
|
||||
{
|
||||
margin-bottom: .3125em;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue