diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-14 12:52:31 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-14 12:52:31 +0200 |
commit | 953819e7da8152f959f04c733ce617cc34cf8c7d (patch) | |
tree | f44e693f963672548083432b5b072aa996fef594 /view/tpl/webpagelist.tpl | |
parent | 2001ad94bd16c283b2cc79d8e48646d61acb5a77 (diff) | |
download | volse-hubzilla-953819e7da8152f959f04c733ce617cc34cf8c7d.tar.gz volse-hubzilla-953819e7da8152f959f04c733ce617cc34cf8c7d.tar.bz2 volse-hubzilla-953819e7da8152f959f04c733ce617cc34cf8c7d.zip |
css fixes and remove expert mode for block page content type
Diffstat (limited to 'view/tpl/webpagelist.tpl')
-rw-r--r-- | view/tpl/webpagelist.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 4e5b3e0e4..9d440eb64 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -13,7 +13,7 @@ </div> {{/if}} {{if $pages}} -<div id="pagelist-content-wrapper" class="generic-content-wrapper-styled"> +<div id="pagelist-content-wrapper" class="section-content-wrapper-np"> <table id="webpage-list-table"> <tr> <th width="1%">{{$pagelink_txt}}</th> |