aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_twitter.sass
blob: d8f9249e4039fa2b71a710ddd267b3e37cd532b3 (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
#twitter
  font-size: 80%
  +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
    line-height: 1.625em
    &:last-child
      border-bottom: 0
    p
      padding-bottom: 10px
    .meta
      color= !light_text
      font-size: 80%
      display: block
      padding: 8px 0 0
      a
        color: inherit
        text-decoration: none
        &:hover
          text-decoration: underline