mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 19:00:59 +00:00
code.less: also set default monospace font for <kbd> and <samp>
This commit is contained in:
parent
e143c35472
commit
27d92f45a5
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
// Inline and block code styles
|
||||
code,
|
||||
pre {
|
||||
kdb,
|
||||
pre,
|
||||
samp {
|
||||
font-family: @font-family-monospace;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue