diff options
| -rw-r--r-- | data/templates/styles.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html index 970adf2b8..e8bccb55c 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -23,6 +23,9 @@ body { font-size: 0.9em; padding: 1em; } + h1 { + font-size: 1.8em; + } } @media print { body { @@ -145,6 +148,9 @@ header { margin-bottom: 4em; text-align: center; } +#TOC > ul { + padding-left: 0; +} #TOC li { list-style: none; } |
