HHH-18105 added missing semicolon in CSS file
This commit is contained in:
parent
eb5a1ec714
commit
7321ca4ecd
|
@ -95,7 +95,7 @@ font-weight: bold !important;
|
|||
font-size:1.125em !important;
|
||||
text-decoration: none !important;
|
||||
color:#4a5d75 !important;
|
||||
font-family: 'Noto Serif', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif !important
|
||||
font-family: 'Noto Serif', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif !important;
|
||||
margin-top: 1em !important;
|
||||
margin-bottom: 0.8em !important;
|
||||
}h4,h5,h6{
|
||||
|
|
Loading…
Reference in New Issue