Html printing: Start new pages for major sections, no color for links

This commit is contained in:
Thibault Kruse
2016-08-26 08:07:04 +02:00
parent 3c96ca350e
commit e5a62c93a6

View File

@@ -108,4 +108,10 @@ p:after {
h1,h2,h3,h4,h5,strong {
page-break-after:avoid;
}
}
h1,h2 {
page-break-before:always;
}
a:link, a:visited {
color: #000;
}
}