From bdc66eabdfca4ae623ec359cd7751d60fbffc06e Mon Sep 17 00:00:00 2001 From: B Mathis Date: Sat, 14 Nov 2009 13:08:19 -0600 Subject: reorganized stylesheets --- stylesheets/partials/_page.sass | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stylesheets/partials/_page.sass (limited to 'stylesheets/partials/_page.sass') diff --git a/stylesheets/partials/_page.sass b/stylesheets/partials/_page.sass new file mode 100644 index 00000000..f161adbc --- /dev/null +++ b/stylesheets/partials/_page.sass @@ -0,0 +1,19 @@ +#page + +clearfix + background-color= !page_bg + .page_width + +clearfix + position: relative + padding: + top: 25px + bottom: 25px + background-color= !blog_bg + +easy-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% \ No newline at end of file -- cgit v1.2.1