summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+ }
}
}