diff options
author | B Mathis <brandon@imathis.com> | 2009-11-06 15:27:28 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-06 15:27:28 -0600 |
commit | 69379ab044fd4b06f36ebade76ed41b5f4f2a67c (patch) | |
tree | 8d0545c6b386c74cf9d3f9355810ae0ece213f1b /stylesheets/partials | |
parent | d2a23f60e98966335ba1939c570a7e020084607d (diff) | |
download | my_new_personal_website-69379ab044fd4b06f36ebade76ed41b5f4f2a67c.tar.xz my_new_personal_website-69379ab044fd4b06f36ebade76ed41b5f4f2a67c.zip |
refactored twitter javascript added fuzzy time
Diffstat (limited to 'stylesheets/partials')
-rw-r--r-- | stylesheets/partials/_twitter.sass | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass index 341c7535..85a56aed 100644 --- a/stylesheets/partials/_twitter.sass +++ b/stylesheets/partials/_twitter.sass @@ -1,12 +1,18 @@ #twitter font-size: 80% +border-radius - background: #f3f3f3 + background: #f8f8f8 + border: 1px solid #eee padding: 5px 0 p margin: 0 15px padding: 12px 0 - border-bottom: #ddd 1px dotted + border-bottom: #ddd 1px dashed line-height: 1.625em &:last-child - border-bottom: 0
\ No newline at end of file + border-bottom: 0 + .pubdate + color= !light_text + font-size: 80% + display: block + padding: 8px 0 0
\ No newline at end of file |