summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-11-21 14:29:42 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-11-21 14:29:42 +0200
commitc70ffe11183c7ef348e102656b881bc8561ef398 (patch)
treeada3928f620f3e70aefc2cc6a7678e8c2cdfa71e
parentc1b2017411601e233643dd069f187fd7e6e829bc (diff)
downloadgitlab-ce-dz-improve-help-page.tar.gz
Remove unnecessary css for .documentation-indexdz-improve-help-page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/pages/help.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/assets/stylesheets/pages/help.scss b/app/assets/stylesheets/pages/help.scss
index 982f3653f8e..9cc9e11bcd1 100644
--- a/app/assets/stylesheets/pages/help.scss
+++ b/app/assets/stylesheets/pages/help.scss
@@ -1,15 +1,3 @@
-.documentation-index {
- li {
- line-height: 24px;
- color: $document-index-color;
-
- a {
- margin-right: 3px;
- }
- }
-}
-
-
.shortcut-mappings {
font-size: 12px;
color: $help-shortcut-mapping-color;