diff options
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/partials/_twitter.sass | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass index 7cac8b3c..341c7535 100644 --- a/stylesheets/partials/_twitter.sass +++ b/stylesheets/partials/_twitter.sass @@ -1,8 +1,12 @@ #twitter - font-size: 85% + font-size: 80% + +border-radius + background: #f3f3f3 + padding: 5px 0 p - +border-radius - padding: 10px 15px - margin-bottom: 15px - background: #eee - line-height: 1.625em
\ No newline at end of file + margin: 0 15px + padding: 12px 0 + border-bottom: #ddd 1px dotted + line-height: 1.625em + &:last-child + border-bottom: 0
\ No newline at end of file |