2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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