Commit f49c00af authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve help pages with documentation

To make documentation rendered under GitLab UI more readable

* Limit width container
* Increase font-size to 110%
Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent da72dc6d
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
.documentation { .documentation {
padding: 7px; padding: 7px;
font-size: 110%;
} }
.card.links-card { .card.links-card {
......
- page_title @path.split("/").reverse.map(&:humanize) - page_title @path.split("/").reverse.map(&:humanize)
- @content_class = "limit-container-width" unless fluid_layout
.documentation.md.prepend-top-default .documentation.md.prepend-top-default
= markdown @markdown = markdown @markdown
---
title: Improve UI of documentation under /help
merge_request: 18331
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment