From 93bbd7afa000c5730f79294ba5d70ae7d2d05352 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Wed, 3 Aug 2016 11:23:46 +0100 Subject: [PATCH] Add %nav style and tweak %h2 --- public/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 5b73c51..7538e3b 100644 --- a/public/style.css +++ b/public/style.css @@ -99,7 +99,7 @@ h1 h2 { - margin-top: 20px; + margin: 20px 0 0 0; line-height: 1.5em; font-weight: bold; color: #555; @@ -160,6 +160,12 @@ tr border-bottom: 1px solid #eee; } +nav +{ + font-size: 85%; + margin: 0 0 0 0; +} + .right { text-align: right;