ok now just need to output chapters
This commit is contained in:
parent
975d5b2054
commit
f743d6e1e1
@ -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;
|
||||
|
@ -94,7 +94,6 @@ func main() {
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="background"></div>
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody>`)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user