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 /lib/type.less | |
| 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 'lib/type.less')
| -rw-r--r-- | lib/type.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/type.less b/lib/type.less index 7f8044cd8..421d666a4 100644 --- a/lib/type.less +++ b/lib/type.less @@ -160,6 +160,15 @@ blockquote { content: '\2014 \00A0'; } } + + // Float right with text-align: right + &.pull-right { + float: right; + p, + small { + text-align: right; + } + } } // Addresses |
