added twitter feed to sidebar, moved to compass-edge gem

This commit is contained in:
B Mathis
2009-10-30 00:31:02 -05:00
parent 80a70068ed
commit 5c736f5eb0
12 changed files with 522 additions and 27 deletions

View File

@ -1,4 +1,4 @@
@import main/theme.sass
@import main/layout.sass
@import main/form.sass
@import main/flash_messages.sass
@import main/twitter.sass

View File

@ -1,5 +1,6 @@
!page_width = 560px
!sidebar_width = 0
!page_width = 900px
!sidebar_width = 250px
!sidebar_margin = 30px
!pad = 15px
!default_border_radius = 4px
@ -52,8 +53,7 @@ html body
border-right: 0
&.subscribe
position: absolute
right: 0
//left= !page_width - 25px
left= !page_width - !sidebar_width - !sidebar_margin/2
border: none
a
display: inline-block
@ -75,16 +75,27 @@ html body
right: 30px
#page
+clearfix
background-color= !page_bg
.page_width
+clearfix
padding:
top: 25px
bottom: 25px
background-color= !blog_bg
+box-shadow(#ccc)
+easy-box-shadow(#ccc)
border:
left= "1px solid" !page_border_sides
right= "1px solid" !page_border_sides
#main
width= !page_width - !sidebar_width - !sidebar_margin
#sidebar
width= !sidebar_width
margin-left= !sidebar_margin
#main, #sidebar
float: left
.blog
.article
padding= !base_font_size * 1.5 0 !base_font_size * 1.5

View File

@ -0,0 +1,2 @@
#twitter
font-size: 85%