mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
remove instances of font-weight: normal since we no longer specify bold labels (as of v4)
This commit is contained in:
@@ -184,7 +184,6 @@
|
|||||||
label {
|
label {
|
||||||
padding-left: 1.25rem;
|
padding-left: 1.25rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: normal;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
// When there's no labels, don't position the input.
|
// When there's no labels, don't position the input.
|
||||||
@@ -216,7 +215,6 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 1.25rem;
|
padding-left: 1.25rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: normal;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user