Skip to content

Commit

Permalink
fixes css
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Sep 29, 2013
1 parent ac38057 commit 57a8463
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down
7 changes: 5 additions & 2 deletions style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 57a8463

Please sign in to comment.