diff options
author | B Mathis <brandon@imathis.com> | 2009-11-14 13:08:19 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-14 13:08:19 -0600 |
commit | bdc66eabdfca4ae623ec359cd7751d60fbffc06e (patch) | |
tree | eac3ee414a36b8aef1be3df7379067bfce719c4a /stylesheets/partials/_page.sass | |
parent | fe3590beae286efa61633294d7fc407d34759551 (diff) | |
download | my_new_personal_website-bdc66eabdfca4ae623ec359cd7751d60fbffc06e.tar.xz my_new_personal_website-bdc66eabdfca4ae623ec359cd7751d60fbffc06e.zip |
reorganized stylesheets
Diffstat (limited to 'stylesheets/partials/_page.sass')
-rw-r--r-- | stylesheets/partials/_page.sass | 19 |
1 files changed, 19 insertions, 0 deletions
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 |