diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-31 17:27:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-31 17:27:18 -0700 |
commit | 7256579c168fbda8e8d5fc8a0e9de179fa27534c (patch) | |
tree | 3407ff4714bfa5bc11cabb7e213f4cbe311840d2 /view/tpl/cover_photo_widget.tpl | |
parent | ecf30b2c71eb358e05a9a5b844aee79d45fd710b (diff) | |
parent | 95f4f14dca1ea982f67cccb31d860f7b8ed9055c (diff) | |
download | volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.tar.gz volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.tar.bz2 volse-hubzilla-7256579c168fbda8e8d5fc8a0e9de179fa27534c.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/cover_photo_widget.tpl')
-rwxr-xr-x | view/tpl/cover_photo_widget.tpl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl index 806866212..a9c384d2f 100755 --- a/view/tpl/cover_photo_widget.tpl +++ b/view/tpl/cover_photo_widget.tpl @@ -70,11 +70,7 @@ <div id="cover-photo" title="{{$hovertitle}}"> {{$photo_html}} <div id="cover-photo-caption"> - <div class="cover-photo-title"> - {{$title}} - </div> - <div class="cover-photo-subtitle"> - {{$subtitle}} - </div> + <h1>{{$title}}</h1> + <h3>{{$subtitle}}</h3> </div> </div> |