diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-11-21 14:29:42 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-11-21 14:29:42 +0200 |
commit | c70ffe11183c7ef348e102656b881bc8561ef398 (patch) | |
tree | ada3928f620f3e70aefc2cc6a7678e8c2cdfa71e /app/assets | |
parent | c1b2017411601e233643dd069f187fd7e6e829bc (diff) | |
download | gitlab-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>
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/help.scss | 12 |
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; |