38 lines
667 B
Sass
Raw Normal View History

2009-11-14 13:08:19 -06:00
#sidebar
2010-03-10 13:59:18 -06:00
line-height: 1.45em
font-size: 90%
h3
font-size: $h4 + 2
2010-03-10 13:59:18 -06:00
margin: 20px -15px 10px
padding: 12px 15px
background: white
2010-03-10 13:59:18 -06:00
border-bottom: 1px solid #e5e5e5
border-top: 1px solid #e5e5e5
2009-11-14 13:08:19 -06:00
&:first-child
2010-03-10 13:59:18 -06:00
margin-top: 0
h4
font-size: $h5
#twitter, #delicious
+border-radius
background: #f8f8f8
border: 1px solid #eeeeee
padding: 5px 0
ul
list-style-type: none
margin: 0
li
margin: 0 15px
padding: 10px 0 0
border-bottom: #dddddd 1px dashed
&:last-child
border-bottom: 0
2009-11-07 23:39:02 -06:00
#delicious
p
font-style: italic
li
color: #666666
2009-11-07 23:39:02 -06:00
font-style: normal
padding-bottom: 8px