diff options
| author | Mark Otto <[email protected]> | 2012-01-25 08:34:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 08:34:20 -0800 |
| commit | d8041f7c8f5f6fcb7777383429464f39879ba916 (patch) | |
| tree | d2f07f3efc2c572e8a30561f96b09b12ac8e29bb /bootstrap.css | |
| parent | de4ada3b88d7514d0320540e5a298fbe878778e1 (diff) | |
| download | bootstrap-d8041f7c8f5f6fcb7777383429464f39879ba916.tar.xz bootstrap-d8041f7c8f5f6fcb7777383429464f39879ba916.zip | |
fix margin on input buttons in modals
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 3b04dc30e..616e90bb1 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 25 01:02:35 PST 2012 + * Date: Wed Jan 25 08:34:06 PST 2012 */ article, aside, @@ -2198,6 +2198,7 @@ i { .modal-footer .btn { float: right; margin-left: 5px; + margin-bottom: 0; } .tooltip { position: absolute; |
