ok now just need to output chapters

This commit is contained in:
Mark McGranaghan 2012-10-01 18:54:54 -07:00
parent 975d5b2054
commit f743d6e1e1
2 changed files with 3 additions and 4 deletions

View File

@ -21,9 +21,6 @@ p {
h1, h2, h3, h4, h5, h6 {
margin: 30px 0 15px 0;
}
h2 {
page-break-before: always;
}
hr {
border: 0 none;
border-top: 1px solid #e5e5ee;
@ -33,6 +30,9 @@ hr {
#container {
position: relative;
}
div.chapter {
page-break-inside: avoid;
}
table td {
border: 0;
outline: 0;

View File

@ -94,7 +94,6 @@ func main() {
</head>
<body>
<div id="container">
<div id="background"></div>
<table cellspacing="0" cellpadding="0">
<tbody>`)