Tweak subsection style and page titles
This commit is contained in:
parent
c1608faec0
commit
ef7f2739d4
@ -126,6 +126,7 @@ function render_with_config_path($config_file) {
|
||||
$substitutions["{NEXT_TITLE}"] = "";
|
||||
$substitutions["{TOC_URL}"] = "index.html";
|
||||
$substitutions["{TOC_TITLE}"] = "Contents";
|
||||
$substitutions["{PAGE_TITLE}"] = $page["title"];
|
||||
|
||||
if (isset($config["pages"][$i-1])) {
|
||||
$prev_page = $config["pages"][$i-1];
|
||||
|
@ -28,6 +28,10 @@ h2 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.heading {
|
||||
text-align: center;
|
||||
}
|
||||
@ -101,3 +105,7 @@ hr {
|
||||
.spacer {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user