aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-13 16:17:10 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-13 16:17:10 +0200
commit22c3202f22494cbef85eff9bc97d23fb829a66c2 (patch)
treef9d4ba97c5e20937bccf56a26cfd175264401fd4 /view
parent159525789a20dd95d86fd35e7f506340f88b958e (diff)
downloadvolse-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')
-rwxr-xr-xview/tpl/page_display.tpl2
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>