From 2c0946068e5af2bc45ef10fd748d46febab90487 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sun, 18 Aug 2013 00:49:16 +0200 Subject: [PATCH] Fix the spacing between the last shortcut and the right bracket. @ferongr --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 7536f8ec9..3be4907ab 100644 --- a/css/style.css +++ b/css/style.css @@ -191,6 +191,9 @@ a[href="javascript:;"] { text-decoration: none; padding: 1px; } +#shortcuts::after { + margin-left: 2px; +} .shortcut:not(:last-child)::after { content: " / "; }