mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 20:46:12 +10:00
20 lines
199 B
SCSS
20 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;
|
|
}
|
|
}
|
|
}
|