Commit 56cb6d889910a2c4b6420c190c235b6e8a0324bb

Authored by Dmitriy Zaporozhets
1 parent 52b7fa24

Fix help css

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/sections/help.scss
1 -.documentation { 1 +.documentation-index {
2 h1 { 2 h1 {
3 margin: 0; 3 margin: 0;
4 } 4 }
app/views/help/index.html.haml
@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 = link_to "shortcuts", '#', onclick: "new Shortcuts()" 34 = link_to "shortcuts", '#', onclick: "new Shortcuts()"
35 35
36 .col-md-8 36 .col-md-8
37 - .panel.panel-default.documentation 37 + .panel.panel-default.documentation-index
38 .panel-heading Documentation 38 .panel-heading Documentation
39 .panel-body 39 .panel-body
40 = preserve do 40 = preserve do