aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-05-28 17:32:24 -0700
committerMark Otto <[email protected]>2012-05-28 17:32:24 -0700
commit7875e4833cb7d00db2967078fd6f51adbfd4a351 (patch)
treeaa5b3974cf324512a8358d01d101c6309de04c8c /docs/assets/css/bootstrap.css
parentf53a0380885c9a5bd83aef4d17a386d99354a8f0 (diff)
downloadbootstrap-7875e4833cb7d00db2967078fd6f51adbfd4a351.tar.xz
bootstrap-7875e4833cb7d00db2967078fd6f51adbfd4a351.zip
fix broken css tests, add fluid input-prepend/-append to tests, fix input-prepend/append for responsive for both fluid and fixed sizing
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e3708c29d..c5f52ebcf 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -982,6 +982,15 @@ textarea[class*="span"],
margin-left: 0;
}
+.input-append input[class*="span"],
+.input-append .uneditable-input[class*="span"],
+.input-prepend input[class*="span"],
+.input-prepend .uneditable-input[class*="span"],
+.row-fluid .input-prepend [class*="span"],
+.row-fluid .input-append [class*="span"] {
+ display: inline-block;
+}
+
input,
textarea,
.uneditable-input {