SOLR-10892: minor CSS change to make sure description list items are bold even when monospaced

This commit is contained in:
Cassandra Targett 2017-06-23 14:30:33 -05:00
parent e46d39bd5a
commit 0e08355912
1 changed files with 2 additions and 1 deletions

View File

@ -698,7 +698,8 @@ ol li ul
margin-left: 1.25em; margin-left: 1.25em;
} }
dl dt dl dt,
dl dt code
{ {
margin-bottom: .3125em; margin-bottom: .3125em;
font-weight: bold; font-weight: bold;