aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_sidebar.sass
blob: 341455a5d9b434b6255efdc3967382978b6892e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#sidebar
  float: left
  width= !sidebar_width
  margin-left= !sidebar_margin
  
  h4
    margin: 20px 0 0
    &:first-child
      margin-top: 10px
    .small
      +sans-font
      font-size: 50%  
  font-size: 80%
  line-height: 1.625em

#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