]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix code type size
authorMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 00:19:01 +0000 (16:19 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 00:19:01 +0000 (16:19 -0800)
bootstrap.css
bootstrap.min.css
lib/type.less

index a33bd7312c12b2a65600c0c434b00caf344a10d0..5802262f06d70227539b70f6a7c3a34f3239d7df 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Tue Jan 24 16:01:37 PST 2012
+ * Date: Tue Jan 24 16:18:56 PST 2012
  */
 article,
 aside,
@@ -411,7 +411,7 @@ address {
 code, pre {
   padding: 0 3px 2px;
   font-family: Menlo, Monaco, "Courier New", monospace;
-  font-size: 11px;
+  font-size: 12px;
   color: #333333;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
index bf98b8c57dd2ffdea28b59ed0c3b2c7e1973f19f..f8b9ab3794199deb951966b8212b5a92cf5afc15 100644 (file)
@@ -82,7 +82,7 @@ blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:
 blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eeeeee;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
 q:before,q:after,blockquote:before,blockquote:after{content:"";}
 address{display:block;margin-bottom:18px;line-height:18px;font-style:normal;}
-code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:11px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
+code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
 code{padding:3px 4px;background-color:#fee9cc;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;}
 pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:pre;white-space:pre-wrap;word-break:break-all;}pre.prettyprint{margin-bottom:18px;}
 pre code{padding:0;background-color:transparent;}
index d828ab6c9430c1a743925b5bf1d06304d96d248f..211111761b4efaedb681ecaa00ce75701512f7a3 100644 (file)
@@ -196,7 +196,7 @@ code,
 pre {
   padding: 0 3px 2px;
   #font > #family > .monospace;
-  font-size: @baseFontSize - 2;
+  font-size: @baseFontSize - 1;
   color: @grayDark;
   .border-radius(3px);
 }