Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
fixing problems related to issue #20 as well as magic book issue 146 r…
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Oct 31, 2012
1 parent 5413fcc commit 1298e1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions raw/noc_pdf/stylesheets/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ h3 {
margin-top: 2em;
}

h4 {
h4,h5 {
font-family: "ProximaNova-Semibold";
page-break-after: avoid;
font-size: 12pt;
Expand Down Expand Up @@ -418,7 +418,8 @@ _____________________________________________________________________________ */

.note h2, .tip, .example h2,
.note h3, .tip h3, .example h3,
.note h4, .tip h4, .example h4 {
.note h4, .tip h4, .example h4,
.note h5, .tip h5, .example h5 {
font-size: 12pt;
color: #000000;//#191919;
margin-bottom: 0.3em;
Expand Down Expand Up @@ -470,6 +471,7 @@ div.example * {
.note h2:first-child, .tip h2:first-child, .example h2:first-child,
.note h3:first-child, .tip h3:first-child, .example h3:first-child,
.note h4:first-child, .tip h4:first-child, .example h4:first-child,
.note h5:first-child, .tip h5:first-child, .example h5:first-child,
.note p:first-child, .tip p:first-child, .example p:first-child {
margin-top: 0;
}
Expand Down

0 comments on commit 1298e1a

Please sign in to comment.