Fix the spacing between the last shortcut and the right bracket.

@ferongr
This commit is contained in:
Mayhem 2013-08-18 00:49:16 +02:00
parent f9005c02bf
commit 2c0946068e

View File

@ -191,6 +191,9 @@ a[href="javascript:;"] {
text-decoration: none;
padding: 1px;
}
#shortcuts::after {
margin-left: 2px;
}
.shortcut:not(:last-child)::after {
content: " / ";
}