diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-04-17 22:49:30 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-04-17 22:49:30 -0500 |
commit | e4c2d5790bac6a74037638fde049c374fc44cc7b (patch) | |
tree | 83f5e5b7324fcb5951d755442e2e601a3eaed35a /stylesheets/partials/_sidebar.sass | |
parent | 4db81a9e51e452495a06ad8c57ac4ac689a9ff34 (diff) | |
download | my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.tar.xz my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.zip |
irrisponsibly massive commit
Diffstat (limited to 'stylesheets/partials/_sidebar.sass')
-rw-r--r-- | stylesheets/partials/_sidebar.sass | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass deleted file mode 100644 index 2a842027..00000000 --- a/stylesheets/partials/_sidebar.sass +++ /dev/null @@ -1,37 +0,0 @@ -#sidebar - line-height: 1.45em - font-size: 90% - h3 - font-size: $h4 + 2 - margin: 20px -15px 10px - padding: 12px 15px - background: white - border-bottom: 1px solid #e5e5e5 - border-top: 1px solid #e5e5e5 - &:first-child - margin-top: 0 - h4 - font-size: $h5 - -#twitter, #delicious - +border-radius - background: #f8f8f8 - border: 1px solid #eeeeee - padding: 5px 0 - ul - list-style-type: none - margin: 0 - li - margin: 0 15px - padding: 10px 0 0 - border-bottom: #dddddd 1px dashed - &:last-child - border-bottom: 0 - -#delicious - p - font-style: italic - li - color: #666666 - font-style: normal - padding-bottom: 8px |