From: Mark Otto Date: Tue, 5 Jan 2016 08:14:58 +0000 (-0800) Subject: remove instances of font-weight: normal since we no longer specify bold labels (as... X-Git-Tag: v4.0.0-alpha.3~434^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7577d3c65f35f130df86a7d1ba5a8587fbf63f;p=thirdparty%2Fbootstrap.git remove instances of font-weight: normal since we no longer specify bold labels (as of v4) --- diff --git a/scss/_forms.scss b/scss/_forms.scss index 20a70b31f7..802241bd39 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; }