aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--include/comanche.php2
-rwxr-xr-xview/tpl/page_display.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/comanche.php b/include/comanche.php
index 62bfd0ddc..fcf50d67e 100644
--- a/include/comanche.php
+++ b/include/comanche.php
@@ -143,7 +143,7 @@ function comanche_block($name) {
dbesc($name)
);
if($r) {
- $o = '<div class="widget bblock">';
+ $o = '<div class="bblock">';
if($r[0]['title'])
$o .= '<h3>' . $r[0]['title'] . '</h3>';
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>