diff options
| author | Mark Otto <[email protected]> | 2013-12-18 11:41:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 11:41:48 -0800 |
| commit | 6315043b1c11c6391f155e0c7299783a13cfee74 (patch) | |
| tree | 3ba859890c893630a5b4098642d37fb0fb19b7d4 /dist/css/bootstrap.css | |
| parent | b93d6dfbdf1f01e5e89764d846e1f68828c61c02 (diff) | |
| parent | d15218a09ce68d0854d0aa5f5170c1ea859aee31 (diff) | |
| download | bootstrap-6315043b1c11c6391f155e0c7299783a13cfee74.tar.xz bootstrap-6315043b1c11c6391f155e0c7299783a13cfee74.zip | |
Merge branch 'master' into docs_derp
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 40 |
1 files changed, 32 insertions, 8 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index bead1c963..b9a30815f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -378,31 +378,49 @@ h6 .small, color: #999; } h1, +.h1, h2, -h3 { +.h2, +h3, +.h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, +.h1 small, h2 small, +.h2 small, h3 small, +.h3 small, h1 .small, +.h1 .small, h2 .small, -h3 .small { +.h2 .small, +h3 .small, +.h3 .small { font-size: 65%; } h4, +.h4, h5, -h6 { +.h5, +h6, +.h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, +.h4 small, h5 small, +.h5 small, h6 small, +.h6 small, h4 .small, +.h4 .small, h5 .small, -h6 .small { +.h5 .small, +h6 .small, +.h6 .small { font-size: 75%; } h1, @@ -3361,8 +3379,10 @@ textarea.input-group-sm > .input-group-btn > .btn { .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } @@ -3372,8 +3392,10 @@ textarea.input-group-sm > .input-group-btn > .btn { .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child) { +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -3396,10 +3418,12 @@ textarea.input-group-sm > .input-group-btn > .btn { .input-group-btn > .btn:active { z-index: 2; } -.input-group-btn:first-child > .btn { +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { margin-right: -1px; } -.input-group-btn:last-child > .btn { +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { margin-left: -1px; } .nav { |
