From a349fff2a846a299f76494b5992842ddf1c916cb Mon Sep 17 00:00:00 2001 From: Daniel Saunders Date: Mon, 24 Jul 2017 13:03:12 -0400 Subject: [PATCH] Color fixes (sharp.css) --- stylesheets/sharp.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stylesheets/sharp.css b/stylesheets/sharp.css index 0652d816..d95f7c0b 100644 --- a/stylesheets/sharp.css +++ b/stylesheets/sharp.css @@ -49,7 +49,7 @@ h1 { font-family: tahoma, sans-serif; letter-spacing: -2px; font-size: 20pt; - margin-bottom: 0; + margin: 0; } h1.logo img { display: inline; @@ -58,13 +58,12 @@ h1.logo img { background-repeat: no-repeat; background-position: center; } -div.title, h1 { +header div.subtitle, h1 { color: #000; text-align: center; } -div.title { +header div.subtitle { font-size: 8pt; - margin-bottom: 2em; } form { margin-bottom: 4em;