vendor/toolkit/twitter/bootstrap/mixins.less in twitter-bootstrap-rails-2.1.7 vs vendor/toolkit/twitter/bootstrap/mixins.less in twitter-bootstrap-rails-2.1.8

- old
+ new

@@ -161,10 +161,10 @@ // Mixin for form field states .formFieldState(@textColor: #555, @borderColor: #ccc, @backgroundColor: #f5f5f5) { // Set the text color - > label, + .control-label, .help-block, .help-inline { color: @textColor; } // Style inputs accordingly