gitlab-org--gitlab-foss/app/assets/stylesheets/sections/help.scss
Dmitriy Zaporozhets 56cb6d8899
Fix help css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-14 19:58:54 +03:00

19 lines
199 B
SCSS

.documentation-index {
h1 {
margin: 0;
}
h2 {
font-size: 20px;
}
li {
line-height: 24px;
color: #888;
a {
font-size: 14px;
margin-right: 3px;
}
}
}