From 76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f Mon Sep 17 00:00:00 2001 From: B Mathis Date: Mon, 26 Jul 2010 10:55:53 -0500 Subject: fixed rake preview and updated sass to sass3 syntax --- stylesheets/partials/_twitter.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stylesheets/partials/_twitter.sass') diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass index 1545e67f..181e0473 100644 --- a/stylesheets/partials/_twitter.sass +++ b/stylesheets/partials/_twitter.sass @@ -2,9 +2,9 @@ p padding-bottom: 10px a.topic - color: #{!twitter_topic} + color: $twitter_topic .meta - color: #{!light_text} + color: $light_text font-size: 80% display: block padding: 8px 0 0 -- cgit v1.2.1