From c70ffe11183c7ef348e102656b881bc8561ef398 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 21 Nov 2017 14:29:42 +0200 Subject: [PATCH] Remove unnecessary css for .documentation-index Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/pages/help.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss index 982f3653f8e..9cc9e11bcd1 100644 --- a/app/assets/stylesheets/pages/help.scss +++ b/app/assets/stylesheets/pages/help.scss @@ -1,15 +1,3 @@ -.documentation-index { - li { - line-height: 24px; - color: $document-index-color; - - a { - margin-right: 3px; - } - } -} - - .shortcut-mappings { font-size: 12px; color: $help-shortcut-mapping-color;