2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

code.less: also set default monospace font for <kbd> and <samp>

This commit is contained in:
Max F. Albrecht
2013-08-21 14:08:43 +02:00
parent e143c35472
commit 27d92f45a5
+3 -1
View File
@@ -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;
} }