Merge branch 'main' into microformats2
1 file changed, 13 insertions(+), 3 deletions(-)
changed files
M templates/style.html → templates/style.css.html
@@ -1,4 +1,3 @@ -<style> body { font-family: Verdana, sans-serif; margin: auto;@@ -32,11 +31,24 @@ text-decoration: none; border: 0; } + .title h1 { + font-size: 1.5em; + } + .title span { font-weight: 400; } + .filter { + margin-bottom: 0; + } + nav a { + margin-right: 10px; + } + + nav active { + font-weight: bold; margin-right: 10px; }@@ -168,5 +180,3 @@ .helptext { color: #aaa; } } - -</style>