diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 8 | ||||
| -rw-r--r-- | less/responsive-767px-max.less | 2 | ||||
| -rw-r--r-- | less/utilities.less | 8 |
3 files changed, 1 insertions, 17 deletions
diff --git a/less/mixins.less b/less/mixins.less index a90e61bc7..243436b18 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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 diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index 0a2ff6ef9..52aefff71 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -57,7 +57,7 @@ select[class*="span"], textarea[class*="span"], .uneditable-input { - .input-block-level(); + width: 100%; } // But don't let it screw up prepend/append inputs .input-prepend input, diff --git a/less/utilities.less b/less/utilities.less index d1e0a1bed..f31070710 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -40,11 +40,3 @@ .affix { position: fixed; } - - -// Forms -// ------------------------- - -.control-block-level { - .input-block-level(); -} |
