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:46:21 +0400
committerMark Otto <otto@github.com>2013-01-12 08:46:21 +0400
commit767a293b4d7a1221a6c859fa24a38b724d564ba6 (patch)
treec866187819ea5117a56605b27420d9b8a5d22713 /docs
parent56a24027c374fd9c75c150d99332fe12b0299b35 (diff)
Increase input group margin on bottom and vertically center to match inputs
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index aca0e7a187..8abdfd2054 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1647,9 +1647,10 @@ select:focus:invalid:focus {
.input-append,
.input-prepend {
display: inline-block;
- margin-bottom: 5px;
+ margin-bottom: 10px;
font-size: 0;
white-space: nowrap;
+ vertical-align: middle;
}
.input-append input,