From ab0ce36c142974901e0698b7a31b9bd78115cce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 22 Nov 2017 10:30:07 +0100 Subject: [PATCH] increase target area of sidebar links (#20207) --- stylesheets/application.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index 8d02150..150ac99 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -155,6 +155,11 @@ body { padding-left: 10px; } +#sidebar li a { + display: inline-block; + padding: 2px 0; +} + h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { font-weight: normal; border-bottom: 0px;