aboutsummaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent620d987f9f4a6e5d7bcf270159aea10e01d32a35 (diff)
downloadbootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.tar.xz
bootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.zip
fix type shorthand in blockquote
Diffstat (limited to 'lib')
-rw-r--r--lib/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less
index 84130f3fa..73462b38a 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -151,7 +151,7 @@ blockquote {
border-left: 5px solid #eee;
p {
margin-bottom: 0;
- #font > .shorthand(300,16px,@baseLineHeight * 1.25);
+ #font > .shorthand(16px,300,@baseLineHeight * 1.25);
}
small {
display: block;