Skip to content

Commit

Permalink
fix sidebar and update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Becher committed Aug 6, 2012
1 parent fcf25d3 commit d3fe082
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Binary file modified images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 24 additions & 24 deletions styl/style.styl
Expand Up @@ -114,7 +114,7 @@ article pre
display inline-block
margin 0
width 300px
height 74px
height 92px
text-indent 100%
white-space nowrap
overflow hidden
Expand Down Expand Up @@ -187,29 +187,6 @@ article pre
padding-left 0
&:last-child
padding-right 0
#footer
clear both
padding 16px 0
border-top 1px solid yellow
#footer-nav
ul
clear both
li
display inline-block
float left
padding 8px
&:first-child
padding-left 0
& a
font-size 0.75em
p.copyrite
padding 8px 0
display inline-block
float right
font-size 0.75em



#sidebar
position absolute
left 0
Expand Down Expand Up @@ -248,6 +225,29 @@ article pre
&.active > a:after
opacity 1
left -16px

#footer
clear both
padding 16px 0
border-top 1px solid yellow
#footer-nav
ul
clear both
li
display inline-block
float left
padding 8px
&:first-child
padding-left 0
& a
font-size 0.75em
p.copyrite
padding 8px 0
display inline-block
float right
font-size 0.75em


article
p, ul, ol
margin-bottom 1em
Expand Down

0 comments on commit d3fe082

Please sign in to comment.