From 4f9669cd9f35a72dd9c950decccbe012d1a3d957 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 29 May 2014 20:35:43 +0300 Subject: [PATCH] Improve help page content --- app/assets/stylesheets/sections/help.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/sections/help.scss b/app/assets/stylesheets/sections/help.scss index 6488e7c..178a735 100644 --- a/app/assets/stylesheets/sections/help.scss +++ b/app/assets/stylesheets/sections/help.scss @@ -1,11 +1,17 @@ .documentation { padding-bottom: 10px; p { - padding: 10px; + padding: 10px 14px; margin: 0; } + li { - list-style-type: none; - padding-left: 10px; + line-height: 24px; + color: #888; + + a { + font-size: 14px; + margin-right: 3px; + } } } -- libgit2 0.21.2