Style kbd and samp elements as monospace

Bug: T175709
Change-Id: I0c11fbfe3fab0a0bc9fcea429970861b10643182
This commit is contained in:
jdlrobson 2017-11-01 10:49:41 -07:00 committed by Jdlrobson
parent 8a616daf3b
commit 256606f672
1 changed files with 4 additions and 0 deletions

View File

@ -42,7 +42,11 @@ i {
// }
// </pre>
//
// Note .mw-code is not added here as it is assumed that will be used with a suitable tag
// tt is a non-standard element so is not included in the selector.
// Styleguide 1.7.
kbd,
samp,
code,
pre {
font-family: @fontFamilyMonospace;