From 6b9c3af4b596bb5180214ce634043e55e8d34818 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Sat, 7 Nov 2009 23:25:12 -0600 Subject: reorganized css, changed typography, layout fixes --- stylesheets/partials/_blog.sass | 8 ++++++++ stylesheets/partials/_sidebar.sass | 14 +++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 stylesheets/partials/_blog.sass (limited to 'stylesheets/partials') diff --git a/stylesheets/partials/_blog.sass b/stylesheets/partials/_blog.sass new file mode 100644 index 00000000..34ec6da3 --- /dev/null +++ b/stylesheets/partials/_blog.sass @@ -0,0 +1,8 @@ +.blog + .article + padding= !base_font_size * 1.5 0 !base_font_size * 1.5 + border-bottom= "1px solid" !article_border + &:first-child + padding-top: 0 + .footer + padding-top= !base_font_size \ No newline at end of file diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass index b9513e26..919725d7 100644 --- a/stylesheets/partials/_sidebar.sass +++ b/stylesheets/partials/_sidebar.sass @@ -1,7 +1,11 @@ #sidebar + float: left + width= !sidebar_width padding-top: 10px -h4 - margin: 0 - .small - +sans-font - font-size: 50% \ No newline at end of file + margin-left= !sidebar_margin + + h4 + margin: 0 + .small + +sans-font + font-size: 50% \ No newline at end of file -- cgit v1.2.1