HHH-18105 added missing semicolon in CSS file

This commit is contained in:
Dmitry Kryukov 2024-05-13 20:25:14 +03:00 committed by Christian Beikov
parent 9f06bbb69e
commit 0abc479118
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ font-weight: bold !important;
font-size:1.125em !important; font-size:1.125em !important;
text-decoration: none !important; text-decoration: none !important;
color:#4a5d75 !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-top: 1em !important;
margin-bottom: 0.8em !important; margin-bottom: 0.8em !important;
}h4,h5,h6{ }h4,h5,h6{