Skip to content

Commit

Permalink
fixes css
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Oct 1, 2013
1 parent 9107fce commit e5750cc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
19 changes: 12 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,22 @@ a {
/* =jQuery Pageslide
-------------------------------------------------------------- */
#myToggleButton {
background: #333 url("images/open.png") center center no-repeat;
display: block;
width: 44px;
width: 24px;
height: 44px;
top: 19px;
left: 20px;
top: 34px;
left: 30px;
position: fixed;
right: 20px;
text-indent: -10000em;
z-index: 10000;
}
#myToggleButton .icon-bar {
height: 3px;
margin-bottom: 3px;
background: #000;
display: block;
}
/* =General
-------------------------------------------------------------- */
html {
Expand Down Expand Up @@ -165,7 +170,7 @@ header.site-header {
position: fixed;
top: 0px;
z-index: 10000;
left: 820px;
left: 80px;
width: 150px;
}
header.site-header h1 {
Expand All @@ -176,7 +181,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: 0 70%;
background-size: auto 70%;
height: 150px;
text-indent: -10000em;
display: block;
Expand Down Expand Up @@ -260,7 +265,7 @@ body {
.center-content,
#disqus_thread {
max-width: 580px;
margin: 0 100px 0 140px;
margin: 0 100px 0 260px;
padding: 0 20px;
display: block;
}
Expand Down
18 changes: 11 additions & 7 deletions style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,20 @@ a{ outline: none !important;}
/* =jQuery Pageslide
-------------------------------------------------------------- */
#myToggleButton
background: #333 url(images/open.png) center center no-repeat;
display: block;
width: 44px;
width: 24px;
height: 44px;
top: 19px;
left: 20px;
top: 34px;
left: 30px;
position: fixed;
right: 20px;
text-indent: -10000em;
z-index: 10000;
.icon-bar
height: 3px;
margin-bottom: 3px;
background: black;
display: block


/* =General
Expand Down Expand Up @@ -161,14 +165,14 @@ footer.site-footer
/* =Header
-------------------------------------------------------------- */
header.site-header
background: #fff; position: fixed; top: 0px; z-index: 10000; left: 820px; width: 150px;
background: #fff; position: fixed; top: 0px; z-index: 10000; left: 80px; 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: 0 70%;
background-size: auto 70%;
height: 150px;
text-indent: -10000em;
display: block;
Expand Down Expand Up @@ -225,7 +229,7 @@ body.admin-bar header.site-header, body
&.nav-next{text-align: right; float: right;}

.center-content, #disqus_thread
max-width: 580px; margin: 0 100px 0 140px; padding: 0 20px; display: block;
max-width: 580px; margin: 0 100px 0 260px; padding: 0 20px; display: block;

article.post, article.attachment, article.page
border-bottom: 1px solid #ebebeb;
Expand Down

0 comments on commit e5750cc

Please sign in to comment.