diff options
Diffstat (limited to 'stylesheets/partials/_twitter.sass')
-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 |