remove inline styles from views/people/show
This commit is contained in:
parent
7472642bd1
commit
e76935daaf
3 changed files with 4 additions and 4 deletions
|
|
@ -988,6 +988,7 @@ ul#settings_nav
|
|||
|
||||
.dull
|
||||
:color #aaa
|
||||
:text-align center
|
||||
:font
|
||||
:style italic
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#main_stream.stream
|
||||
- if @block.present?
|
||||
%div{:style=>"text-align:center;", :class => "dull"}
|
||||
.dull
|
||||
= t('.ignoring', :name => @person.first_name)
|
||||
|
||||
#paginate
|
||||
|
|
|
|||
|
|
@ -26,10 +26,9 @@
|
|||
%a.more-link.paginate{:href => next_page_path}
|
||||
%h1
|
||||
= t("more")
|
||||
|
||||
- else
|
||||
#main_stream
|
||||
%div{:style=>"text-align:center;", :class => "dull"}
|
||||
.dull
|
||||
- if user_signed_in? && (current_user.person != @person)
|
||||
= t('.has_not_shared_with_you_yet', :name => @person.first_name)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue