diff options
| author | Mark Otto <[email protected]> | 2013-10-13 18:32:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 18:32:34 -0700 |
| commit | 265fda7903e189ee0d2d7201cc92bf384fc53043 (patch) | |
| tree | cf2249e0696d6ea2923678f9f7b155e265756f03 /dist/css/bootstrap.css | |
| parent | a46003b8c7cc20bf4f72b7638a74643353ae047f (diff) | |
| parent | 727a91de1cdf5cbc4f25528e073480332a5940c5 (diff) | |
| download | bootstrap-265fda7903e189ee0d2d7201cc92bf384fc53043.tar.xz bootstrap-265fda7903e189ee0d2d7201cc92bf384fc53043.zip | |
Merge branch 'master' into restore_grid_mixins
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 41 |
1 files changed, 30 insertions, 11 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index dc11c7221..4cefadc05 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -495,7 +495,19 @@ h6 small, .h3 small, .h4 small, .h5 small, -.h6 small { +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { font-weight: normal; line-height: 1; color: #999999; @@ -510,7 +522,10 @@ h3 { h1 small, h2 small, -h3 small { +h3 small, +h1 .small, +h2 .small, +h3 .small { font-size: 65%; } @@ -523,7 +538,10 @@ h6 { h4 small, h5 small, -h6 small { +h6 small, +h4 .small, +h5 .small, +h6 .small { font-size: 75%; } @@ -685,15 +703,18 @@ blockquote.pull-right { } blockquote.pull-right p, -blockquote.pull-right small { +blockquote.pull-right small, +blockquote.pull-right .small { text-align: right; } -blockquote.pull-right small:before { +blockquote.pull-right small:before, +blockquote.pull-right .small:before { content: ''; } -blockquote.pull-right small:after { +blockquote.pull-right small:after, +blockquote.pull-right .small:after { content: '\00A0 \2014'; } @@ -744,7 +765,7 @@ pre code { color: inherit; white-space: pre-wrap; background-color: transparent; - border: 0; + border-radius: 0; } .pre-scrollable { @@ -4220,13 +4241,11 @@ textarea.input-group-sm > .input-group-btn > .btn { clear: both; } -.tab-content > .tab-pane, -.pill-content > .pill-pane { +.tab-content > .tab-pane { display: none; } -.tab-content > .active, -.pill-content > .active { +.tab-content > .active { display: block; } |
