aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 16:19:01 -0800
committerMark Otto <[email protected]>2012-01-24 16:19:01 -0800
commitc2312220e4e1da3939c9fa79e97d79f693058ea2 (patch)
tree4d65ee74b2c5349ae689a4720c48c9f46ed61bb4 /bootstrap.css
parentb9bd5c65e76eea140b0121d5cbca00c43f3ae018 (diff)
downloadbootstrap-c2312220e4e1da3939c9fa79e97d79f693058ea2.tar.xz
bootstrap-c2312220e4e1da3939c9fa79e97d79f693058ea2.zip
fix code type size
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index a33bd7312..5802262f0 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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;