提交 b1ea8107 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Exclude document title from table of contents

上级 f27f798d
......@@ -32,11 +32,12 @@ body {
margin: 0px;
}
h1 {
h1, p.title {
background-color: #0000bb;
padding: 2px 4px 2px 4px;
color: #fff;
font-size: 24pt;
font-weight: bold;
line-height: normal;
}
......
......@@ -51,7 +51,7 @@ public class MergeDocs {
writer.println("H2 Documentation");
writer.println("</title><link rel=\"stylesheet\" type=\"text/css\" " +
"href=\"stylesheetPdf.css\" /></head><body>");
writer.println("<h1>H2 Database Engine</h1>");
writer.println("<p class=\"title\">H2 Database Engine</p>");
writer.println("<p>Version " + Constants.getFullVersion() + "</p>");
writer.println(finalText);
writer.println("</body></html>");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论