summaryrefslogtreecommitdiff
path: root/media/sass/_photos.sass
blob: fd2ecee9ba46daa9877088065f31a45f4dadb5cb (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
#photo-archive
  article
    width: $full
    h1
      display: none

#photo-galleries
  margin-left: -10px
  width: $full + $pad
  li
    float: left
    margin: 8px
    position: relative
    display: block
    height: 350px
    width: 291px
    border: 10px $luxagraf_brown solid
  .figure
    height: 362px
    width: 291px
    margin: 0
  .legend
    color: #888888
    width: 285px
    +transparent_class
    margin: 0
    line-height: 18px
    text-align: left
  h3
    color: white
    padding: 0
    margin: 3px 0
    +tiny-serif
  p
    margin: 0