2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix margin on input buttons in modals

This commit is contained in:
Mark Otto
2012-01-25 08:34:20 -08:00
parent de4ada3b88
commit d8041f7c8f
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -60,5 +60,6 @@
.btn {
float: right;
margin-left: 5px;
margin-bottom: 0; // account for input[type=submit] which gets the bottom margin like all other inputs
}
}