aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_sidebar.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-09 23:38:48 -0600
committerB Mathis <brandon@imathis.com>2009-11-09 23:38:48 -0600
commitbc033cfa8e2332a07c2b56ad36eb894c0a6f3ec2 (patch)
treec0d6ad4fbe676659e1662a0e83684fbfcbc260d0 /stylesheets/partials/_sidebar.sass
parent8cb2f154876a0d3b621bceedd1f73ac79a86cd99 (diff)
downloadmy_new_personal_website-bc033cfa8e2332a07c2b56ad36eb894c0a6f3ec2.tar.xz
my_new_personal_website-bc033cfa8e2332a07c2b56ad36eb894c0a6f3ec2.zip
updated styles for delicious and twitter
Diffstat (limited to 'stylesheets/partials/_sidebar.sass')
-rw-r--r--stylesheets/partials/_sidebar.sass20
1 files changed, 18 insertions, 2 deletions
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass
index 487df590..341455a5 100644
--- a/stylesheets/partials/_sidebar.sass
+++ b/stylesheets/partials/_sidebar.sass
@@ -9,13 +9,29 @@
margin-top: 10px
.small
+sans-font
- font-size: 50%
+ font-size: 50%
+ font-size: 80%
+ line-height: 1.625em
+
+#twitter, #delicious
+ +border-radius
+ background: #f8f8f8
+ border: 1px solid #eee
+ padding: 5px 0
+ ul
+ list-style-type: none
+ margin: 0
+ li
+ margin: 0 15px
+ padding: 10px 0 0
+ border-bottom: #ddd 1px dashed
+ &:last-child
+ border-bottom: 0
#delicious
p
font-style: italic
li
- font-size: 90%
color: #666
font-style: normal
padding-bottom: 8px \ No newline at end of file