diff options
| author | Mark Otto <[email protected]> | 2013-12-21 11:17:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-21 11:17:29 -0800 |
| commit | 02c40ab9919ee87ec8f7688133cc71f64f460013 (patch) | |
| tree | 350491788234da822d8fc9dfcaf6c31b7599cdcc /dist/css/bootstrap.css | |
| parent | 07705673b6398ae9cfe2cb59b97d61e04efeb8bf (diff) | |
| parent | 5f9695ae7cf66dd7f07a3cb3eb534e838d18c62b (diff) | |
| download | bootstrap-02c40ab9919ee87ec8f7688133cc71f64f460013.tar.xz bootstrap-02c40ab9919ee87ec8f7688133cc71f64f460013.zip | |
Merge branch 'master' into docs_derp
Conflicts:
_layouts/default.html
components.html
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ac82f9ac3..39f8659f5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -616,18 +616,19 @@ abbr[data-original-title] { blockquote { padding: 10px 20px; margin: 0 0 20px; - border-left: 5px solid #eee; -} -blockquote p { font-size: 17.5px; + border-left: 5px solid #eee; } -blockquote p:last-child { +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; + font-size: 80%; line-height: 1.428571429; color: #999; } @@ -636,22 +637,27 @@ blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } +.blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; + text-align: right; border-right: 5px solid #eee; border-left: 0; } -blockquote.pull-right p, -blockquote.pull-right small, -blockquote.pull-right .small { - text-align: right; -} +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, blockquote.pull-right small:before, +.blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, blockquote.pull-right small:after, +.blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } @@ -1456,6 +1462,7 @@ table col[class*="col-"] { } table td[class*="col-"], table th[class*="col-"] { + position: static; display: table-cell; float: none; } @@ -4120,6 +4127,7 @@ textarea.input-group-sm > .input-group-btn > .btn { padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; + color: #428bca; text-decoration: none; background-color: #fff; border: 1px solid #ddd; @@ -4139,7 +4147,9 @@ textarea.input-group-sm > .input-group-btn > .btn { .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { + color: #2a6496; background-color: #eee; + border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, |
