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

This reverts commit 834f0e12b9a1e1908a81c611a4e07ffc599de7cd.
This commit is contained in:
Ad Schellevis 2019-04-11 18:40:48 +02:00
parent c62da1cf03
commit c09a999077
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: normal;
font-weight: bold;
}

View File

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