diff options
| author | Mark Otto <[email protected]> | 2016-01-05 00:14:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-05 00:14:58 -0800 |
| commit | 6a7577d3c65f35f130df86a7d1ba5a8587fbf63f (patch) | |
| tree | dcede00adca1628f2c0f9276ab0057e208a7c246 | |
| parent | ceaee3ecfa0956de3546b359f9fcc07c0350b8af (diff) | |
| download | bootstrap-6a7577d3c65f35f130df86a7d1ba5a8587fbf63f.tar.xz bootstrap-6a7577d3c65f35f130df86a7d1ba5a8587fbf63f.zip | |
remove instances of font-weight: normal since we no longer specify bold labels (as of v4)
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 20a70b31f..802241bd3 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -184,7 +184,6 @@ label { padding-left: 1.25rem; margin-bottom: 0; - font-weight: normal; cursor: pointer; // When there's no labels, don't position the input. @@ -216,7 +215,6 @@ display: inline-block; padding-left: 1.25rem; margin-bottom: 0; - font-weight: normal; vertical-align: middle; cursor: pointer; } |
