diff options
| author | Mark Otto <[email protected]> | 2011-10-30 20:14:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-30 20:14:27 -0700 |
| commit | 3f512adf953da3a3fbbfca18b138fb6659f2b77f (patch) | |
| tree | 19586c4c86158229c68d6f9cc5fcf18b9144fc7b /bootstrap.css | |
| parent | 0218d079ad83ce5f8fd08e9f68b6f661855a27a9 (diff) | |
| download | bootstrap-3f512adf953da3a3fbbfca18b138fb6659f2b77f.tar.xz bootstrap-3f512adf953da3a3fbbfca18b138fb6659f2b77f.zip | |
updated docs and type styles for blockquotes and a few fixes for type
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index ec9217a21..ca2bfe0b1 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: Fri Oct 28 18:37:59 PDT 2011 + * Date: Sun Oct 30 20:12:53 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -490,6 +490,12 @@ blockquote small { blockquote small:before { content: '\2014 \00A0'; } +blockquote.pull-right { + float: right; +} +blockquote.pull-right p, blockquote.pull-right small { + text-align: right; +} address { display: block; line-height: 18px; |
