diff options
Diffstat (limited to '')
-rw-r--r-- | stylesheets/partials/_page.sass | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/stylesheets/partials/_page.sass b/stylesheets/partials/_page.sass index e17c8acc..29dcc92f 100644 --- a/stylesheets/partials/_page.sass +++ b/stylesheets/partials/_page.sass @@ -1,19 +1,8 @@ #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 + background-color: #{!main_bg} #main - width= !main_width - float: left - &.expanded - width: 100%
\ No newline at end of file + background-color: #{!main_bg} + border-right: 1px solid #{!sidebar_border} + padding: + top: 25px + bottom: 25px
\ No newline at end of file |