aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
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 /lib/type.less
parentb9bd5c65e76eea140b0121d5cbca00c43f3ae018 (diff)
downloadbootstrap-c2312220e4e1da3939c9fa79e97d79f693058ea2.tar.xz
bootstrap-c2312220e4e1da3939c9fa79e97d79f693058ea2.zip
fix code type size
Diffstat (limited to 'lib/type.less')
-rw-r--r--lib/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less
index d828ab6c9..211111761 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -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);
}