aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-19 22:26:14 -0700
committerMark Otto <[email protected]>2011-10-19 22:26:14 -0700
commit6ad0559e0f23b668f5458a41a4d6d92df9a1304b (patch)
tree28c2492fc64586ad7e32b153ada59dd397b47dfe /lib/forms.less
parent958e55f6a472ce3912e0bc22900ecbacb82c2820 (diff)
downloadbootstrap-6ad0559e0f23b668f5458a41a4d6d92df9a1304b.tar.xz
bootstrap-6ad0559e0f23b668f5458a41a4d6d92df9a1304b.zip
remove redundant styles from inline forms
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 82da41aab..2075ffd65 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -331,15 +331,6 @@ textarea[readonly] {
// Inline Fields (input fields that appear as inline objects
.inline-inputs {
color: @gray;
- span, input {
- display: inline-block;
- }
- input.mini {
- width: 60px;
- }
- input.small {
- width: 90px;
- }
span {
padding: 0 2px 0 1px;
}