diff options
author | olf <olf@subsignal.org> | 2015-03-17 19:14:19 +0100 |
---|---|---|
committer | olf <olf@subsignal.org> | 2015-03-17 19:14:19 +0100 |
commit | 58e38c5458142c565221b93f0f7b1f9ccf85c69a (patch) | |
tree | bb1b874ccbc1820709a4ec6430ba30ab2762ae83 /template | |
parent | e94dbaa3960f46a8a9abf672a49831407df488cc (diff) |
wiki content-div to bootstrap row+col
Diffstat (limited to 'template')
-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> |