diff options
author | B Mathis <brandon@imathis.com> | 2009-11-07 23:39:02 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-07 23:39:02 -0600 |
commit | 8cb2f154876a0d3b621bceedd1f73ac79a86cd99 (patch) | |
tree | 607d7d0ecdf5850effa54e20f05034a1f6fa70a6 /stylesheets | |
parent | 6b9c3af4b596bb5180214ce634043e55e8d34818 (diff) | |
download | my_new_personal_website-8cb2f154876a0d3b621bceedd1f73ac79a86cd99.tar.xz my_new_personal_website-8cb2f154876a0d3b621bceedd1f73ac79a86cd99.zip |
added support for delicious
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/partials/_sidebar.sass | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass index 919725d7..487df590 100644 --- a/stylesheets/partials/_sidebar.sass +++ b/stylesheets/partials/_sidebar.sass @@ -1,11 +1,21 @@ #sidebar float: left width= !sidebar_width - padding-top: 10px margin-left= !sidebar_margin h4 - margin: 0 + margin: 20px 0 0 + &:first-child + margin-top: 10px .small +sans-font - font-size: 50%
\ No newline at end of file + font-size: 50% + +#delicious + p + font-style: italic + li + font-size: 90% + color: #666 + font-style: normal + padding-bottom: 8px
\ No newline at end of file |