From 7b90fcc242d2f62daca67876a6cbed3932021258 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Nov 2016 15:14:27 +0100 Subject: layout: use padded-box class for the content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- templates/layout.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index ee2a090..a76110e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -26,9 +26,9 @@ header nav a, header nav a:visited { color: #444; } header nav a:hover { - color: #000; + color: #111; } -header, #content, footer { +.padded-box { padding-left: 0.5rem; padding-right: 0.5rem; } @@ -65,7 +65,7 @@ footer ul#contact-info li { -
+

-
+
{% block content %}{% endblock %}

-