summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-21 16:54:43 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-21 16:54:43 +0000
commit1b3197f0779bf41b159c381992e6382d3547dc8d (patch)
tree8669f07067a049d1d030c09fa2d27532ed0ac25d /app/assets
parent6c3398165469de7890cd7881b175858f7c6be8e5 (diff)
parentc70ffe11183c7ef348e102656b881bc8561ef398 (diff)
downloadgitlab-ce-1b3197f0779bf41b159c381992e6382d3547dc8d.tar.gz
Merge branch 'dz-improve-help-page' into 'master'
Add wiki css to help page See merge request gitlab-org/gitlab-ce!15488
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/help.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss
index dae8ccdef6c..9cc9e11bcd1 100644
--- a/app/assets/stylesheets/pages/help.scss
+++ b/app/assets/stylesheets/pages/help.scss
@@ -1,23 +1,3 @@
-.documentation-index {
- h1 {
- margin: 0;
- }
-
- h2 {
- font-size: 20px;
- }
-
- li {
- line-height: 24px;
- color: $document-index-color;
-
- a {
- margin-right: 3px;
- }
- }
-}
-
-
.shortcut-mappings {
font-size: 12px;
color: $help-shortcut-mapping-color;