Skip to content

Commit

Permalink
catalog-year: improve CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
josteinaj committed Apr 8, 2019
1 parent 2f92f20 commit e0ccfb8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/nlb/catalog-year/src/main/resources/xml/dtbook.css
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,15 @@ frontmatter, bodymatter level1, bodymatter level2, covertitle {
page-break-after: always;
}

level1.print_toc, #toc {
page-break-before: always;
}

covertitle, h1, h2, h3, h4, h5, h6 {
display: block;
/*text-align: center;*/
padding: 2em 0 0.2em;
padding: 2em 0 1em;
line-height: 1em;
}

level1[id=toc], level2[id=toc] {
Expand Down Expand Up @@ -127,6 +132,7 @@ frontmatter doctitle {
padding: 3em 0 2em;
font-size: 3em;
display: block;
line-height: 1em;
}

frontmatter h1, frontmatter level levelhd {
Expand Down

0 comments on commit e0ccfb8

Please sign in to comment.