From 55e8f950029551a760eedb697cc51b134d9d0448 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Thu, 27 Feb 2014 13:27:47 +0000 Subject: Increased header height to better accommodate oversided form input fields in Firefox. --- css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/site.css b/css/site.css index 29c4f9f..32277e6 100644 --- a/css/site.css +++ b/css/site.css @@ -56,7 +56,7 @@ select { } #header { - height: 80px; + height: 90px; position: relative; width: 100%; background-color: #ccb8a6; @@ -98,7 +98,7 @@ select { #headerLinkBar { position: absolute; - top: 60px; + top: 70px; width: 100%; height: 20px; background-color: #000000; -- cgit v1.2.3