aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorAndrew Manning <andrew@reticu.li>2016-12-04 08:07:58 -0500
committerAndrew Manning <andrew@reticu.li>2016-12-04 08:07:58 -0500
commit1f91c2fe1203f6f34a639700e8d9731f51ba1429 (patch)
tree9c400034797372a16b0d0eff0fe91a1b8def74c0 /view
parent153cd0a2059296efbcb0bc2cd20e165ebf33f2e2 (diff)
downloadvolse-hubzilla-1f91c2fe1203f6f34a639700e8d9731f51ba1429.tar.gz
volse-hubzilla-1f91c2fe1203f6f34a639700e8d9731f51ba1429.tar.bz2
volse-hubzilla-1f91c2fe1203f6f34a639700e8d9731f51ba1429.zip
Remove borders and box-shadow with CSS without removing the classes from help.tpl.
Diffstat (limited to 'view')
-rw-r--r--view/tpl/help.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl
index de4b53ab0..96d52e0e9 100644
--- a/view/tpl/help.tpl
+++ b/view/tpl/help.tpl
@@ -1,5 +1,8 @@
-<div id="help-content" class="">
- <div id="doco-content">
+<div id="help-content" class="generic-content-wrapper">
+ <div class="section-title-wrapper" style="display: none;">
+ <h2>{{$title}}</h2>
+ </div>
+ <div class="section-content-wrapper" id="doco-content">
{{$content}}
</div>
</div>