aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-30 20:14:27 -0700
committerMark Otto <[email protected]>2011-10-30 20:14:27 -0700
commit3f512adf953da3a3fbbfca18b138fb6659f2b77f (patch)
tree19586c4c86158229c68d6f9cc5fcf18b9144fc7b /bootstrap.min.css
parent0218d079ad83ce5f8fd08e9f68b6f661855a27a9 (diff)
downloadbootstrap-3f512adf953da3a3fbbfca18b138fb6659f2b77f.tar.xz
bootstrap-3f512adf953da3a3fbbfca18b138fb6659f2b77f.zip
updated docs and type styles for blockquotes and a few fixes for type
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index 7eb8efe2f..776cb6e7b 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -85,6 +85,7 @@ em{font-style:italic;font-weight:inherit;line-height:inherit;}
abbr{font-size:90%;text-transform:uppercase;border-bottom:1px dotted #ddd;cursor:help;}
blockquote{margin-bottom:18px;border-left:5px solid #eee;padding-left:15px;}blockquote p{font-size:16px;font-weight:300;line-height:22.5px;margin-bottom:0;}
blockquote small{display:block;line-height:18px;color:#bfbfbf;}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;margin-bottom:18px;}
code,pre{padding:0 3px 2px;font-family:Menlo, Monaco, Andale Mono, Courier New, monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
code{background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;}