diff options
author | B Mathis <brandon@imathis.com> | 2009-11-09 23:38:48 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-09 23:38:48 -0600 |
commit | bc033cfa8e2332a07c2b56ad36eb894c0a6f3ec2 (patch) | |
tree | c0d6ad4fbe676659e1662a0e83684fbfcbc260d0 /stylesheets/partials/_twitter.sass | |
parent | 8cb2f154876a0d3b621bceedd1f73ac79a86cd99 (diff) | |
download | my_new_personal_website-bc033cfa8e2332a07c2b56ad36eb894c0a6f3ec2.tar.xz my_new_personal_website-bc033cfa8e2332a07c2b56ad36eb894c0a6f3ec2.zip |
updated styles for delicious and twitter
Diffstat (limited to '')
-rw-r--r-- | stylesheets/partials/_twitter.sass | 41 |
1 files changed, 14 insertions, 27 deletions
diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass index d8f9249e..2db993f8 100644 --- a/stylesheets/partials/_twitter.sass +++ b/stylesheets/partials/_twitter.sass @@ -1,28 +1,15 @@ #twitter - font-size: 80% - +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 - line-height: 1.625em - &:last-child - border-bottom: 0 - p - padding-bottom: 10px - .meta - color= !light_text - font-size: 80% - display: block - padding: 8px 0 0 - a - color: inherit - text-decoration: none - &:hover - text-decoration: underline
\ No newline at end of file + p + padding-bottom: 10px + a.topic + color= !twitter_topic + .meta + color= !light_text + font-size: 80% + display: block + padding: 8px 0 0 + a + color: inherit + text-decoration: none + &:hover + text-decoration: underline
\ No newline at end of file |