aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-12 10:19:07 -0800
committerMark Otto <[email protected]>2012-01-12 10:19:07 -0800
commit5e3c21133430112bf8361827dc7a6a29f3f56c72 (patch)
tree5ba07bc2c9eedcd3ecd0446de7a23e324e8f2057 /bootstrap.min.css
parent620d987f9f4a6e5d7bcf270159aea10e01d32a35 (diff)
downloadbootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.tar.xz
bootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.zip
fix type shorthand in blockquote
Diffstat (limited to 'bootstrap.min.css')
-rw-r--r--bootstrap.min.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css
index 3e220de3c..2cbb4427e 100644
--- a/bootstrap.min.css
+++ b/bootstrap.min.css
@@ -81,7 +81,7 @@ strong{font-style:inherit;font-weight:bold;}
em{font-style:italic;font-weight:inherit;line-height:inherit;}
.muted{color:#999999;}
abbr{font-size:90%;text-transform:uppercase;border-bottom:1px dotted #ddd;cursor:help;}
-blockquote{padding-left:15px;margin-bottom:18px;border-left:5px solid #eee;}blockquote p{margin-bottom:0;font-size:300;font-weight:16px;line-height:22.5px;}
+blockquote{padding-left:15px;margin-bottom:18px;border-left:5px solid #eee;}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:22.5px;}
blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eee;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
address{display:block;margin-bottom:18px;line-height:18px;}