]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #6547: Make blockquotes use multiple of @baseFontSize
authorMark Otto <otto@github.com>
Sat, 12 Jan 2013 04:55:09 +0000 (20:55 -0800)
committerMark Otto <otto@github.com>
Sat, 12 Jan 2013 04:55:09 +0000 (20:55 -0800)
docs/assets/css/bootstrap.css
less/type.less

index 8abdfd2054e5d2b4cda3d6418d16721f5da132c7..0114d4e2f75d5995e76862bd9a5372a4011c2a15 100644 (file)
@@ -899,9 +899,9 @@ blockquote {
 
 blockquote p {
   margin-bottom: 0;
-  font-size: 16px;
+  font-size: 17.5px;
   font-weight: 300;
-  line-height: 25px;
+  line-height: 1.25;
 }
 
 blockquote small {
index 6b1c6d2912bc462c22e588344aa2a891b5fca615..9b7e7eec2031708df097fbcba97a40c672d0193b 100644 (file)
@@ -185,7 +185,9 @@ blockquote {
   border-left: 5px solid @grayLighter;
   p {
     margin-bottom: 0;
-    #font > .shorthand(16px,300,@baseLineHeight * 1.25);
+    font-size: @baseFontSize * 1.25;
+    font-weight: 300;
+    line-height: 1.25;
   }
   small {
     display: block;