From d2a23f60e98966335ba1939c570a7e020084607d Mon Sep 17 00:00:00 2001 From: B Mathis Date: Fri, 6 Nov 2009 11:04:12 -0600 Subject: now twitter handles linking better, and replaces endlines with
tags --- stylesheets/partials/_twitter.sass | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'stylesheets/partials/_twitter.sass') 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 -- cgit v1.2.1