From 96305d7d205208e28a55f82417f79c1e43e4e1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 30 Apr 2019 19:24:23 +0200 Subject: [PATCH] fix css --- www/assets/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/assets/main.css b/www/assets/main.css index 2421c69..76ecbbe 100755 --- a/www/assets/main.css +++ b/www/assets/main.css @@ -10,7 +10,7 @@ } body { - font-family: Prociono; + font-family: Prociono, serif; margin: 0; padding: 0; position: relative; @@ -61,7 +61,7 @@ a { font-size: 14pt; margin-bottom: .5em; padding-left: .7em; - text-indent:-.7em; + text-indent: -.7em; } #sidebar-taglist > ul > li:before { @@ -116,7 +116,7 @@ a { right: 1em; } -.tag-text +.tag-text, .document h1 { margin: 0; font-size: 24pt;