aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-04 09:33:34 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-04 09:33:34 +0200
commitee21d87d1b43a52be7568cfa285f1b6ddb3c16e2 (patch)
tree489c46f6ba3fd52dd4d1ec62aeafc67bc832c981 /view/tpl
parentf7d9523c7da3c193dd0216fa00e62a940d0d174d (diff)
downloadvolse-hubzilla-ee21d87d1b43a52be7568cfa285f1b6ddb3c16e2.tar.gz
volse-hubzilla-ee21d87d1b43a52be7568cfa285f1b6ddb3c16e2.tar.bz2
volse-hubzilla-ee21d87d1b43a52be7568cfa285f1b6ddb3c16e2.zip
uexport template fixes
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/uexport.tpl15
1 files changed, 9 insertions, 6 deletions
diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl
index 5de995ba0..b9a1b9572 100644
--- a/view/tpl/uexport.tpl
+++ b/view/tpl/uexport.tpl
@@ -1,9 +1,12 @@
<div class="generic-content-wrapper">
-<h1>{{$title}}</h1>
-<b><a href="uexport/basic">{{$basictitle}}</a></b></p>
-<p>{{$basic}}</p>
-
-<p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p>
-<p>{{$full}}</p>
+ <div class="section-title-wrapper">
+ <h2>{{$title}}</h2>
+ </div>
+ <div class="section-content-wrapper">
+ <b><a href="uexport/basic">{{$basictitle}}</a></b></p>
+ <p>{{$basic}}</p>
+ <p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p>
+ <p>{{$full}}</p>
+ </div>
</div>