Merge pull request #228 from mrliptontea/ifad-fix-documents

Ifad fix documents
This commit is contained in:
Grzegorz Rajchman
2021-05-23 20:54:35 +01:00
committed by GitHub
2 changed files with 48 additions and 1 deletions

View File

@@ -877,6 +877,53 @@ div.table-list.boards {
} }
//== Documents
//
.controller-documents {
&.action-index {
h2 {
font-size: $font-size-h2;
}
h4 {
margin-bottom: 0;
font-size: $font-size-h4;
}
.wiki {
+ h3,
+ h4 {
margin-top: $line-height-computed;
padding-top: $line-height-computed;
border-top: 1px solid $panel-border;
}
}
}
&.action-show {
.wiki {
margin-bottom: $line-height-computed;
}
}
h3 {
font-size: $font-size-h3;
}
#content > h2,
#content > h4 {
+ p {
color: $gray-700;
em {
font-style: normal;
}
}
}
}
//== News //== News
// //

File diff suppressed because one or more lines are too long