diff options
author | B Mathis <brandon@imathis.com> | 2010-03-10 13:59:18 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2010-03-10 13:59:18 -0600 |
commit | 42251dddcadd8ff23f30b128f1f468b18c0adf92 (patch) | |
tree | 75054c19ce07613f9597b4e5496d8b79c222634a /stylesheets/partials/_sidebar.sass | |
parent | 33bca7246e9f5c3b61712e44665386821acdf4b6 (diff) | |
download | my_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.tar.xz my_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.zip |
improved layout flexibility
Diffstat (limited to '')
-rw-r--r-- | stylesheets/partials/_sidebar.sass | 23 |
1 files changed, 12 insertions, 11 deletions
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 |