diff options
author | friendica <info@friendica.com> | 2015-02-05 15:11:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-05 15:11:51 -0800 |
commit | 1b5bd1d808637696b31f197c2b2194f00b903952 (patch) | |
tree | ff93ba77e4fcf760890ceee1c54c0c21ad90c81c /view/tpl/prep.tpl | |
parent | 331c72b3be4e6b2c469d14be2bd4d057e7de1dec (diff) | |
download | volse-hubzilla-1b5bd1d808637696b31f197c2b2194f00b903952.tar.gz volse-hubzilla-1b5bd1d808637696b31f197c2b2194f00b903952.tar.bz2 volse-hubzilla-1b5bd1d808637696b31f197c2b2194f00b903952.zip |
increase size of rating value to make it stand out a bit.
Diffstat (limited to 'view/tpl/prep.tpl')
-rw-r--r-- | view/tpl/prep.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/prep.tpl b/view/tpl/prep.tpl index 924bea252..9ebe3ac54 100644 --- a/view/tpl/prep.tpl +++ b/view/tpl/prep.tpl @@ -12,7 +12,7 @@ </div> <div class="prep-details"> <a href="{{$r.xchan_url}}" class="directory-profile-link" id="directory-profile-link-{{$r.xchan_hash}}" ><div class="contact-name">{{$r.xchan_name}}</div></a> -<div class="rating-value">{{$rating_lbl}} {{$r.xlink_rating}}</div> +<div class="rating-value">{{$rating_lbl}} <span class="prep-rating-value">{{$r.xlink_rating}}</span></div> {{if $r.xlink_rating_text}} <div class="rating-text">{{$rating_text_label}} {{$r.xlink_rating_text}} </div> |