From 825c9e5789c535568fae08b27fbd7aac2fb24c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=B6nsson?= Date: Tue, 13 Mar 2018 14:01:27 +0100 Subject: [PATCH] Tweak css --- src/style/navstyle.styl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/style/navstyle.styl b/src/style/navstyle.styl index 8265688..b2392a2 100644 --- a/src/style/navstyle.styl +++ b/src/style/navstyle.styl @@ -6,7 +6,7 @@ h3 { font-weight: normal; - text-align: center; + text-align: center !important; margin: 0; margin-bottom: 1em; } @@ -17,7 +17,7 @@ h3 { margin: 0.2em 0; text-indent: -0.5em; margin-left: 0.5em; - text-align: left; + text-align: left !important; page-break-inside: avoid; break-inside: avoid; -webkit-column-break-inside: avoid; @@ -45,7 +45,7 @@ h3 { float: right; white-space: nowrap; vertical-align: middle; - text-align: right; + text-align: right !important; padding-left: 1em; margin-left: 1em; } @@ -59,4 +59,3 @@ h3 { li[hidden] { display: none; } -