diff --git a/assets/templates/default.html b/assets/templates/default.html
index 3b6630a..b7c35a8 100644
--- a/assets/templates/default.html
+++ b/assets/templates/default.html
@@ -13,7 +13,8 @@
a { color: blue }
nav a { margin-right: 10px }
hr { border: 0; border-bottom: 1px solid black; margin-top: 16px }
- td { padding: 0em .5em; vertical-align: top }
+ th { text-align: left }
+ td { padding: 0em 1em 0 0; vertical-align: top; }
footer { font-size: small; text-align: right }
/* permalinks */
h1 a[href^="#"]::after, h2 a[href^="#"]::after, h3 a[href^="#"]::after, h4 a[href^="#"]::after, h5 a[href^="#"]::after, h6 a[href^="#"]::after { content: "ΒΆ"; opacity: 0; margin-left: .5em; }
@@ -24,9 +25,8 @@
font-family: monospace;
border-collapse: collapse;
}
- #file-contents code {
- background-color: inherit;
- }
+ #file-contents code { background-color: inherit }
+ .line-number { text-align: right }