From 76fc7a931382af0c085a9a1c740bad7b5ffd5d88 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 27 Sep 2011 10:44:56 +0800 Subject: [PATCH] slightly altered height of header [ci skip] --- public/stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 17248ce..952c8ba 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -44,13 +44,13 @@ a.action { float: right; font-size: 0.9em;} /* Header */ #header { margin-bottom: 24px; - height: 70px; + height: 71px; border-bottom: 1px solid #fff; position:relative; background: #000000; } #header > div { - height: 70px; + height: 71px; } #header #site-name { display: block; -- libgit2 0.21.2