fix code type size

This commit is contained in:
Mark Otto
2012-01-24 16:19:01 -08:00
parent b9bd5c65e7
commit c2312220e4
3 changed files with 4 additions and 4 deletions

View 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);
}