summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 20:35:43 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 20:35:43 +0300
commit4f9669cd9f35a72dd9c950decccbe012d1a3d957 (patch)
tree9b6f0245c50d8ce332b27b20720773fec6254cc2
parente9c440d2215187899ef0515e0e9dd171277b70f1 (diff)
downloadgitlab-ce-4f9669cd9f35a72dd9c950decccbe012d1a3d957.tar.gz
Improve help page content
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/sections/help.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/assets/stylesheets/sections/help.scss b/app/assets/stylesheets/sections/help.scss
index 6488e7c1e8e..178a735941d 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;
+ }
}
}