diff options
Diffstat (limited to 'template/pages/wiki_template/content.html')
-rw-r--r-- | template/pages/wiki_template/content.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html index 61be94a..a6fd7b5 100644 --- a/template/pages/wiki_template/content.html +++ b/template/pages/wiki_template/content.html @@ -81,7 +81,8 @@ <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> -<div id="pagebody"> +<div class="row" id="pagebody"> + <div class="col-sm-12"> <TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF> <TMPL_VAR CONTENT> @@ -102,6 +103,7 @@ </TMPL_IF> </TMPL_UNLESS> + </div> </div> <TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF> |