Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 20:58:54 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 20:58:54 +0400
commit56cb6d889910a2c4b6420c190c235b6e8a0324bb (patch)
treed909fb185329eedae7e2529b06fd83e47ad1c966 /app
parent52b7fa248a8670a86764c4786f4a34b072992715 (diff)
Fix help css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/help.scss2
-rw-r--r--app/views/help/index.html.haml2
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