aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-06 11:04:12 -0600
committerB Mathis <brandon@imathis.com>2009-11-06 11:04:12 -0600
commitd2a23f60e98966335ba1939c570a7e020084607d (patch)
treee25d9939ff82d2bc402576863d5f7b734856a9a6 /stylesheets/partials
parente062eaa7a4d550a8cba1f772cd2a20f561c411b4 (diff)
downloadmy_new_personal_website-d2a23f60e98966335ba1939c570a7e020084607d.tar.xz
my_new_personal_website-d2a23f60e98966335ba1939c570a7e020084607d.zip
now twitter handles linking better, and replaces endlines with <br> tags
Diffstat (limited to 'stylesheets/partials')
-rw-r--r--stylesheets/partials/_twitter.sass16
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