2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

remove redundant styles from inline forms

This commit is contained in:
Mark Otto
2011-10-19 22:26:14 -07:00
parent 958e55f6a4
commit 6ad0559e0f
3 changed files with 2 additions and 71 deletions
-9
View File
@@ -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;
}