diff options
Diffstat (limited to '')
-rw-r--r-- | stylesheets/partials/_shared.sass | 13 | ||||
-rw-r--r-- | stylesheets/partials/_sidebar.sass | 15 |
2 files changed, 13 insertions, 15 deletions
diff --git a/stylesheets/partials/_shared.sass b/stylesheets/partials/_shared.sass new file mode 100644 index 00000000..3c5a62db --- /dev/null +++ b/stylesheets/partials/_shared.sass @@ -0,0 +1,13 @@ +#collapser + +sans-font + display: block + cursor: pointer + background: #f8f8f8 + color: #888 + padding: 5px 10px + font-size: 10px + line-height: 150% + cursor: pointer + position: absolute + top: 0 + right: 0
\ No newline at end of file diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass index 341455a5..44331b18 100644 --- a/stylesheets/partials/_sidebar.sass +++ b/stylesheets/partials/_sidebar.sass @@ -1,18 +1,3 @@ -#sidebar - float: left - width= !sidebar_width - margin-left= !sidebar_margin - - h4 - margin: 20px 0 0 - &:first-child - margin-top: 10px - .small - +sans-font - font-size: 50% - font-size: 80% - line-height: 1.625em - #twitter, #delicious +border-radius background: #f8f8f8 |