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
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/sections/help.scss')
-rw-r--r--app/assets/stylesheets/sections/help.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/sections/help.scss b/app/assets/stylesheets/sections/help.scss
index 178a735941d..94cef187d1c 100644
--- a/app/assets/stylesheets/sections/help.scss
+++ b/app/assets/stylesheets/sections/help.scss
@@ -1,10 +1,12 @@
.documentation {
- padding-bottom: 10px;
- p {
- padding: 10px 14px;
+ h1 {
margin: 0;
}
+ h2 {
+ font-size: 20px;
+ }
+
li {
line-height: 24px;
color: #888;