Commit 4f9669cd9f35a72dd9c950decccbe012d1a3d957
1 parent
e9c440d2
Exists in
spb-stable
and in
2 other branches
Improve help page content
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
9 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/sections/help.scss
1 | 1 | .documentation { |
2 | 2 | padding-bottom: 10px; |
3 | 3 | p { |
4 | - padding: 10px; | |
4 | + padding: 10px 14px; | |
5 | 5 | margin: 0; |
6 | 6 | } |
7 | + | |
7 | 8 | li { |
8 | - list-style-type: none; | |
9 | - padding-left: 10px; | |
9 | + line-height: 24px; | |
10 | + color: #888; | |
11 | + | |
12 | + a { | |
13 | + font-size: 14px; | |
14 | + margin-right: 3px; | |
15 | + } | |
10 | 16 | } |
11 | 17 | } | ... | ... |