From 7777714d96a2df23b6eb7592f44cba51a9f67349 Mon Sep 17 00:00:00 2001 From: Jean-Yves Gastaud Date: Tue, 20 Dec 2016 15:27:12 +0100 Subject: [PATCH] docs: Fix menu arrows position on mobile devices --- static/css/style-responsive.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/css/style-responsive.css b/static/css/style-responsive.css index b302d58b8..db0b74557 100644 --- a/static/css/style-responsive.css +++ b/static/css/style-responsive.css @@ -21,10 +21,6 @@ position: none !important; } - #sidebar > ul > li > a > span { - line-height: 35px; - } - #sidebar > ul > li { margin: 0 10px 5px 10px; }