Commit 56cb6d889910a2c4b6420c190c235b6e8a0324bb
1 parent
52b7fa24
Exists in
spb-stable
and in
2 other branches
Fix help css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/help.scss
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 |