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
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-12 09:28:37 +0400
committerMark Otto <markotto@twitter.com>2012-03-12 09:28:37 +0400
commitac7f571e536f4a6d5ee28fba50810d84e4dc1403 (patch)
tree2960a207dd4bf42d4cad421993126d4fd9166bcd /docs/assets/css/bootstrap.css
parente5a284d442a9c197bf52c9e46e0e387ff45ab9d6 (diff)
enable button groups in modal-footer by removing 5px added margin between .btn
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index a0a18e8964..b1490bae85 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3323,6 +3323,9 @@ input[type="submit"].btn.btn-small {
margin-left: 5px;
margin-bottom: 0;
}
+.modal-footer .btn-group .btn + .btn {
+ margin-left: -1px;
+}
.tooltip {
position: absolute;
z-index: 1020;