From 57a8463a323b90bcef65121e5fcf8b667ee14a57 Mon Sep 17 00:00:00 2001 From: Ricardo Rauch Date: Sun, 29 Sep 2013 06:28:51 -0300 Subject: [PATCH] fixes css --- style.css | 9 ++++++--- style.styl | 7 +++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index f6be240..c6fe480 100755 --- a/style.css +++ b/style.css @@ -146,14 +146,17 @@ blockquote { img { max-width: 100%; } +#page { + border-top: 4px solid #feb83e; +} /* =Header -------------------------------------------------------------- */ header.site-header { background: #fff; position: fixed; - top: 0; + top: 4px; z-index: 10000; - right: 12%; + left: 820px; width: 150px; } header.site-header h1 { @@ -254,7 +257,7 @@ body { } article.post, article.page { - border-top: 1px solid #f1f1f1; + border-bottom: 1px solid #ebebeb; padding: 50px 0; font-size: 18px; line-height: 30px; diff --git a/style.styl b/style.styl index d90102c..123e352 100755 --- a/style.styl +++ b/style.styl @@ -147,10 +147,13 @@ blockquote img max-width: 100%; +#page + border-top: 4px solid #feb83e; + /* =Header -------------------------------------------------------------- */ header.site-header - background: #fff; position: fixed; top: 0; z-index: 10000; right: 12%; width: 150px; + background: #fff; position: fixed; top: 4px; z-index: 10000; left: 820px; width: 150px; h1 margin: 0; padding: 0; a{background: #feb83e url('images/logo.png') center no-repeat; border: 1px solid rgba(0,0,0,.1); border-top: 0; background-size: 70%; height: 150px; text-indent: -10000em; display: block;} @@ -198,7 +201,7 @@ body.admin-bar header.site-header, body max-width: 580px; margin: 0 100px 0 140px; display: block; article.post, article.page - border-top: 1px solid #f1f1f1; + border-bottom: 1px solid #ebebeb; padding: 50px 0; font-size: 18px; line-height: 30px;