]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove instances of font-weight: normal since we no longer specify bold labels (as... 18760/head
authorMark Otto <markdotto@gmail.com>
Tue, 5 Jan 2016 08:14:58 +0000 (00:14 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 5 Jan 2016 08:14:58 +0000 (00:14 -0800)
scss/_forms.scss

index 20a70b31f7a573a56324a3225919410d818ff63c..802241bd39c032fa2bc45326b6de904cf5ebd96c 100644 (file)
   label {
     padding-left: 1.25rem;
     margin-bottom: 0;
-    font-weight: normal;
     cursor: pointer;
 
     // When there's no labels, don't position the input.
   display: inline-block;
   padding-left: 1.25rem;
   margin-bottom: 0;
-  font-weight: normal;
   vertical-align: middle;
   cursor: pointer;
 }