Skip to content

Commit

Permalink
Merge pull request #9989 from eins78/more-monospace-elements
Browse files Browse the repository at this point in the history
code.less: also set default monospace font for `<kbd>` and `<samp>`
  • Loading branch information
mdo committed Sep 11, 2013
2 parents e645d51 + 27d92f4 commit b7e1103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion less/code.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

// Inline and block code styles
code,
pre {
kdb,
pre,
samp {
font-family: @font-family-monospace;
}

Expand Down

0 comments on commit b7e1103

Please sign in to comment.