1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: add extra left/right margins on key sequences

This commit is contained in:
Sébastien Helleu
2019-05-26 14:52:00 +02:00
parent c0bb243541
commit 92a4948666
+4
View File
@@ -22,6 +22,10 @@ h1,h2,h3,h4,h5 {
kbd {
font-size: .9em;
}
.keyseq {
margin-left: .2em;
margin-right: .2em;
}
.tableblock kbd {
margin-top: .2em;
margin-bottom: .2em;