Remove all #font mixins; replace single instance of its use in Bootstrap with the @font-family-monospace variable

This commit is contained in:
Mark Otto 2013-03-17 11:34:27 -07:00
parent 6012d8221b
commit 4aba489cfd
2 changed files with 1 additions and 36 deletions

View file

@ -7,7 +7,7 @@
code,
pre {
padding: 0 3px 2px;
#font > #family > .monospace;
font-family: @font-family-monospace;
font-size: (@font-size-base - 2);
color: @grayDark;
border-radius: 4px;