bootrstrap, login font back to normal (https://github.com/opnsense/core/issues/3377)

This commit is contained in:
Ad Schellevis 2019-04-08 10:55:19 +02:00
parent c24b45f17f
commit 834f0e12b9
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ label {
display: inline-block;
max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)
margin-bottom: 5px;
font-weight: bold;
font-weight: normal;
}

View File

@ -3123,7 +3123,7 @@ label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
font-weight: normal;
}
input[type=search] {