blog/stylesheets/partials/_sidebar.sass
2009-11-14 13:08:19 -06:00

36 lines
615 B
Sass

#sidebar
float: left
width= !sidebar_width
margin-left= !sidebar_margin
font-size: 80%
line-height: 1.625em
h4
margin: 20px 0 0
&:first-child
margin-top: 10px
.small
+sans-font
font-size: 50%
#twitter, #delicious
+border-radius
background: #f8f8f8
border: 1px solid #eee
padding: 5px 0
ul
list-style-type: none
margin: 0
li
margin: 0 15px
padding: 10px 0 0
border-bottom: #ddd 1px dashed
&:last-child
border-bottom: 0
#delicious
p
font-style: italic
li
color: #666
font-style: normal
padding-bottom: 8px