Just style links directly
This commit is contained in:
parent
d12ec38736
commit
157b117469
2 changed files with 4 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue