Skip to content

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Sep 30, 2013
1 parent ee66474 commit 83c95ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ header.site-header h1 a {
background: #feb83e url("images/logo.png") center no-repeat;
border: 1px solid rgba(0,0,0,0.1);
border-top: 0;
background-size: cover;
background-size: 0 70%;
height: 150px;
text-indent: -10000em;
display: block;
Expand Down
2 changes: 1 addition & 1 deletion style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ header.site-header
background: #feb83e url('images/logo.png') center no-repeat;
border: 1px solid rgba(0,0,0,.1);
border-top: 0;
background-size: cover;
background-size: 0 70%;
height: 150px;
text-indent: -10000em;
display: block;
Expand Down

0 comments on commit 83c95ad

Please sign in to comment.