diff options
Diffstat (limited to 'stylesheets/partials/_sidebar.sass')
-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 |