Commit 1df4f12e authored by Brandon Curtis's avatar Brandon Curtis Committed by GitHub
Browse files

use <kbd></kbd> for keyboard keys

SWC uses block inline attribute lists for e.g. code blocks, but I think this HTML tag is much simpler and more understandable than <pre>*Enter*{:.keyboard} ...</pre>
parent b2abd06b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ span.fold-unfold {
// keyboard key style, from StackExchange.
//----------------------------------------

.keyboard {
kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;