1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

Merge pull request #9989 from eins78/more-monospace-elements

code.less: also set default monospace font for `<kbd>` and `<samp>`
This commit is contained in:
Mark Otto
2013-09-10 21:38:24 -07:00

View File

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