From f1a7da0039b60aadecb098e16e060b9fc92b002c Mon Sep 17 00:00:00 2001 From: McBrayer Date: Wed, 30 Jan 2019 10:53:14 -0500 Subject: [PATCH] Don't abuse   for spacing in header; use CSS instead. Thanks, @emsenn! --- brutaldon/static/css/brutaldon-dark.css | 5 +++++ brutaldon/static/css/brutaldon.css | 5 +++++ brutaldon/templates/base.html | 22 +++++++++++----------- brutaldon/templates/intercooler/notes.html | 4 ++-- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/brutaldon/static/css/brutaldon-dark.css b/brutaldon/static/css/brutaldon-dark.css index 3f83b7f..7528ca9 100644 --- a/brutaldon/static/css/brutaldon-dark.css +++ b/brutaldon/static/css/brutaldon-dark.css @@ -239,3 +239,8 @@ input#id_poll_frequency text-decoration-line: underline; text-decoration-style: dotted; } + +a.navbar-item span:nth-child(2):before +{ + content: " "; +} diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index 055e02b..c323efa 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -223,3 +223,8 @@ body.has-navbar-fixed-top, html.has-navbar-fixed-top { text-decoration-line: underline; text-decoration-style: dotted; } + +a.navbar-item span:nth-child(2):before +{ + content: " "; +} diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index ee5448b..62a7438 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -58,7 +58,7 @@ {% endif %} -
 
+
{% block navbar %}