mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-12 09:54:25 +01: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:
commit
b7e1103c32
@ -5,7 +5,9 @@
|
|||||||
|
|
||||||
// Inline and block code styles
|
// Inline and block code styles
|
||||||
code,
|
code,
|
||||||
pre {
|
kdb,
|
||||||
|
pre,
|
||||||
|
samp {
|
||||||
font-family: @font-family-monospace;
|
font-family: @font-family-monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user