diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-13 16:17:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-13 16:17:10 +0200 |
commit | 22c3202f22494cbef85eff9bc97d23fb829a66c2 (patch) | |
tree | f9d4ba97c5e20937bccf56a26cfd175264401fd4 /view/tpl/page_display.tpl | |
parent | 159525789a20dd95d86fd35e7f506340f88b958e (diff) | |
download | volse-hubzilla-22c3202f22494cbef85eff9bc97d23fb829a66c2.tar.gz volse-hubzilla-22c3202f22494cbef85eff9bc97d23fb829a66c2.tar.bz2 volse-hubzilla-22c3202f22494cbef85eff9bc97d23fb829a66c2.zip |
remove widget class from webpage blocks and make titles h2 to match the rest of the matrix
Diffstat (limited to 'view/tpl/page_display.tpl')
-rwxr-xr-x | view/tpl/page_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl index c38fbe382..e6a59a8c4 100755 --- a/view/tpl/page_display.tpl +++ b/view/tpl/page_display.tpl @@ -1,7 +1,7 @@ <div class="page"> <div class="generic-content-wrapper" id="page-content-wrapper" > - {{if $title}}<h3 class="page-title">{{$title}}</h3>{{/if}} + {{if $title}}<h2 class="page-title">{{$title}}</h2>{{/if}} <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div> <div class="page-date">{{$date}}</div> <div class="page-body">{{$body}}</div> |