Just style links directly

This commit is contained in:
Raphael Sofaer 2011-04-07 15:13:37 -07:00
parent d12ec38736
commit 157b117469
2 changed files with 4 additions and 1 deletions

View file

@ -14,4 +14,4 @@
.info
%span.time
= t('ago', :time => time_ago_in_words(post.created_at))
= link_to "#{t('comments', :count => post.comments.length)} →", status_message_path(post), :class => 'comment_link right ui-link'
= link_to "#{t('comments', :count => post.comments.length)} →", status_message_path(post), :class => 'comment_link right'

View file

@ -19,6 +19,9 @@ a.ui-link-inherit
:weight bold !important
:color #000 !important
.ui-body-c a
:color #2489CE
#landing_content
:text-align center