2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Drop .input-block-level modifier as inputs are already width: 100%;

This commit is contained in:
Mark Otto
2012-12-26 14:19:48 -06:00
parent 12b738bf30
commit 2ef4fde09f
6 changed files with 1 additions and 45 deletions
-8
View File
@@ -122,14 +122,6 @@
// FORMS
// --------------------------------------------------
// Block level inputs
.input-block-level() {
display: block;
width: 100%;
}
// Mixin for form field states
.formFieldState(@text-color: #555, @border-color: #ccc, @background-color: #f5f5f5) {
// Set the text color