diff options
| author | Mark Otto <[email protected]> | 2013-03-17 11:34:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-17 11:34:27 -0700 |
| commit | 4aba489cfdc113682d2f1b18421eb58a229d66da (patch) | |
| tree | 82df4b4933586de2fd42f6509588209a6109f673 /less/code.less | |
| parent | 6012d8221b8e4f94c0cf842790ce70d868bb341a (diff) | |
| download | bootstrap-4aba489cfdc113682d2f1b18421eb58a229d66da.tar.xz bootstrap-4aba489cfdc113682d2f1b18421eb58a229d66da.zip | |
Remove all #font mixins; replace single instance of its use in Bootstrap with the @font-family-monospace variable
Diffstat (limited to 'less/code.less')
| -rw-r--r-- | less/code.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/code.less b/less/code.less index c28b42fdd..c55f32fe7 100644 --- a/less/code.less +++ b/less/code.less @@ -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; |
