Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-01-12 08:42:44 +0400
committerMark Otto <otto@github.com>2013-01-12 08:42:44 +0400
commit56a24027c374fd9c75c150d99332fe12b0299b35 (patch)
treee61d4094d74211961954ecad36611a2cbc90820f /docs
parentd3b3b4c48f86be988148948eb97f0b2ef6ca41c1 (diff)
Fixes #6473: Make .input-prepend and .input-append inline-block to match other form states
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 478586a144..aca0e7a187 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1646,6 +1646,7 @@ select:focus:invalid:focus {
.input-append,
.input-prepend {
+ display: inline-block;
margin-bottom: 5px;
font-size: 0;
white-space: nowrap;