aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_page.sass
blob: e17c8acc1e1dd55517ef10a2cc8778191cec1ff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#page
  +clearfix
  background-color= !page_bg
  .page_width
    +clearfix
    position: relative
    padding:
      top: 25px
      bottom: 25px
    background-color= !blog_bg
    +box-shadow(#ccc)
    border:
      left= "1px solid" !page_border_sides
      right= "1px solid" !page_border_sides
#main
  width= !main_width
  float: left
  &.expanded
    width: 100%