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 2 h1 {
3 3 margin: 0;
4 4 }
... ...
app/views/help/index.html.haml
... ... @@ -34,7 +34,7 @@
34 34 = link_to "shortcuts", '#', onclick: "new Shortcuts()"
35 35  
36 36 .col-md-8
37   - .panel.panel-default.documentation
  37 + .panel.panel-default.documentation-index
38 38 .panel-heading Documentation
39 39 .panel-body
40 40 = preserve do
... ...