Commit b7e1103c authored by Mark Otto's avatar Mark Otto

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

code.less: also set default monospace font for `<kbd>` and `<samp>`
parents e645d51b 27d92f45
......@@ -5,7 +5,9 @@
// Inline and block code styles
code,
pre {
kdb,
pre,
samp {
font-family: @font-family-monospace;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment