2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

remove inline input field CSS since that's not required as all inputs are inline-block anyway

This commit is contained in:
Mark Otto
2011-12-21 19:32:14 -06:00
parent 369cedd87c
commit 690d3f4d1a
3 changed files with 1 additions and 41 deletions
-21
View File
@@ -298,27 +298,6 @@ textarea[readonly] {
// INLINE FIELDS
// -------------
.inline-inputs {
color: @gray;
span, input {
display: inline-block;
}
input.mini {
width: 60px;
}
input.small {
width: 90px;
}
span {
padding: 0 2px 0 1px;
}
}
// INPUT GROUPS
// ------------