From 56cb6d889910a2c4b6420c190c235b6e8a0324bb Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 14 Jun 2014 19:58:54 +0300 Subject: [PATCH] Fix help css Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/help.scss | 2 +- app/views/help/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/help.scss b/app/assets/stylesheets/sections/help.scss index 94cef187d1c..90ed98ba25f 100644 --- a/app/assets/stylesheets/sections/help.scss +++ b/app/assets/stylesheets/sections/help.scss @@ -1,4 +1,4 @@ -.documentation { +.documentation-index { h1 { margin: 0; } diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 258a468f7bd..a89ccde7924 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -34,7 +34,7 @@ = link_to "shortcuts", '#', onclick: "new Shortcuts()" .col-md-8 - .panel.panel-default.documentation + .panel.panel-default.documentation-index .panel-heading Documentation .panel-body = preserve do