diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 78b4f48..6c88a11 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -43,12 +43,13 @@ a.action { float: right; font-size: 0.9em;} /* Header */ #header { margin-bottom: 24px; + height: 70px; border-bottom: 1px solid #fff; - background: black; position:relative; + background: #000000; } #header > div { - height:64px; + height: 70px; } #header #site-name { display: block; @@ -62,7 +63,9 @@ a.action { float: right; font-size: 0.9em;} } #header #session-links { - position: absolute; top: 18px; right: 0; + position: absolute; + top: 20px; + right: 0; font-size: 0.9em; } #header #session-links li { diff --git a/public/stylesheets/images/header.png b/public/stylesheets/images/header.png index e5fe12e..3cf2af0 100644 Binary files a/public/stylesheets/images/header.png and b/public/stylesheets/images/header.png differ -- libgit2 0.21.2