2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

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
+1 -1
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);
}