From 42251dddcadd8ff23f30b128f1f468b18c0adf92 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Wed, 10 Mar 2010 13:59:18 -0600 Subject: improved layout flexibility --- stylesheets/partials/_sidebar.sass | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'stylesheets/partials/_sidebar.sass') diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass index 851a9f5a..d98ef356 100644 --- a/stylesheets/partials/_sidebar.sass +++ b/stylesheets/partials/_sidebar.sass @@ -1,16 +1,17 @@ #sidebar - float: left - width= !sidebar_width - margin-left= !sidebar_margin - font-size: 80% - line-height: 1.625em - h4 - margin: 20px 0 0 + line-height: 1.45em + font-size: 90% + h3 + font-size: #{!h4+2} + margin: 20px -15px 10px + padding: 12px 15px + background: #fff + border-bottom: 1px solid #e5e5e5 + border-top: 1px solid #e5e5e5 &:first-child - margin-top: 10px - .small - +sans-font - font-size: 50% + margin-top: 0 + h4 + font-size: #{!h5} #twitter, #delicious +border-radius -- cgit v1.2.1