From c1b2017411601e233643dd069f187fd7e6e829bc Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 20 Nov 2017 17:04:23 +0200 Subject: Add wiki css to help page Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/pages/help.scss | 8 -------- app/views/help/index.html.haml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss index dae8ccdef6c..982f3653f8e 100644 --- a/app/assets/stylesheets/pages/help.scss +++ b/app/assets/stylesheets/pages/help.scss @@ -1,12 +1,4 @@ .documentation-index { - h1 { - margin: 0; - } - - h2 { - font-size: 20px; - } - li { line-height: 24px; color: $document-index-color; diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index d0c2e0b1d69..021de4f0caf 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -29,7 +29,7 @@ .row.prepend-top-default .col-md-8 - .documentation-index + .documentation-index.wiki = markdown(@help_index) .col-md-4 .panel.panel-default -- cgit v1.2.1 From c70ffe11183c7ef348e102656b881bc8561ef398 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 21 Nov 2017 14:29:42 +0200 Subject: 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; -- cgit v1.2.1