line-height: normal; on code, pre, samp, kbd

This commit is contained in:
Raphael Goetter 2014-04-20 19:36:57 +02:00
parent 050428478b
commit 09e9e5b0a4
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ kbd {
/* IE fix */
white-space: pre-wrap;
font-family: Consolas, 'DejaVu Sans Mono', Courier, monospace;
line-height: 1;
line-height: normal;
}
code,
kbd,

View File

@ -124,7 +124,7 @@ kbd {
white-space: pre-line; /* IE fix */
white-space: pre-wrap;
font-family: @fontstack2;
line-height: 1;
line-height: normal;
}
code, kbd, mark {
border-radius: 2px;