Update to Bootstrap 3.0.2

This commit is contained in:
Ben Word
2013-11-06 19:16:58 -06:00
parent 8b5e7fa27a
commit 5fe6c44dab
56 changed files with 49 additions and 51 deletions

14
assets/less/bootstrap/forms.less Normal file → Executable file
View File

@@ -92,14 +92,6 @@ output {
vertical-align: middle;
}
// Placeholder
//
// Placeholder text gets special styles because when browsers invalidate entire
// lines if it doesn't understand a selector/
.form-control {
.placeholder();
}
// Common form controls
//
@@ -142,6 +134,12 @@ output {
// Customize the `:focus` state to imitate native WebKit styles.
.form-control-focus();
// Placeholder
//
// Placeholder text gets special styles because when browsers invalidate entire
// lines if it doesn't understand a selector/
.placeholder();
// Disabled and read-only inputs
// Note: HTML5 says that controls under a fieldset > legend:first-child won't
// be disabled if the fieldset is disabled. Due to implementation difficulty,