From 653e1cc05453eae8e05ccc2de141721bea0b485d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 24 Feb 2016 11:51:19 +0100 Subject: Restyle nav --- assets/css/style.css | 6 +++--- tmpl/root | 14 +++++--------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6b34512..3ef4259 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -30,13 +30,13 @@ blockquote { dd { padding-bottom: 1em; } -header { +nav { float: right; } -header a { +nav a, nav span { padding: 1ex; } -header p { +nav span { text-align: right; font-size: large; font-weight: bold; diff --git a/tmpl/root b/tmpl/root index 03659c7..093ad19 100644 --- a/tmpl/root +++ b/tmpl/root @@ -8,20 +8,16 @@ -
-
-

{{template "title" .}}

-
{{template "content" .}} -
{{end}} -- cgit v1.2.3