]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make pre font-size a percentage of @baseFontSize
authorMark Otto <markotto@twitter.com>
Sat, 10 Mar 2012 22:36:58 +0000 (14:36 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 10 Mar 2012 22:36:58 +0000 (14:36 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/code.less

index 919209d50e1fe565e5b5b8215c6a84a154d3fa9d..e920d64a0f8e529d92263e360e010921b09f940f 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 00baa1a5f9cb77c7ef32280b78153fbd3414aa2f..02ab012c453abe003051d54d47da556a5fc2bbca 100644 (file)
@@ -525,7 +525,7 @@ pre {
   display: block;
   padding: 8.5px;
   margin: 0 0 9px;
-  font-size: 12px;
+  font-size: 12.025px;
   line-height: 18px;
   background-color: #f5f5f5;
   border: 1px solid #ccc;
index c7fd032ce92a5fd7f2213a9c7a6fa5a959a7d087..075185989dc24d84ff4f08ba23531e6e82a0a77e 100644 (file)
@@ -25,7 +25,7 @@ pre {
   display: block;
   padding: (@baseLineHeight - 1) / 2;
   margin: 0 0 @baseLineHeight / 2;
-  font-size: 12px;
+  font-size: @baseFontSize * .925; // 13px to 12px
   line-height: @baseLineHeight;
   background-color: #f5f5f5;
   border: 1px solid #ccc; // fallback for IE7-8