diff options
author | hexagon6 <make@fet.li> | 2015-11-06 22:47:13 +0100 |
---|---|---|
committer | hexagon6 <make@fet.li> | 2015-11-06 22:47:13 +0100 |
commit | f5829967a3f1795aa334d9b5042335a5063d1b6e (patch) | |
tree | 0b4afca123348c92b5e642f2a8c559dea3f4b41c /templates | |
parent | 50b2b11e95d2486a2931e39c1b7662444e4b6f07 (diff) |
Row und column-bootstrap in template hinzugefĆ¼gt
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 86b12c48..176f5a53 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -51,7 +51,7 @@ <body> - <TMPL_IF HTML5><article class="page container"><TMPL_ELSE><div class="page container"></TMPL_IF> + <TMPL_IF HTML5><article class="page container row"><TMPL_ELSE><div class="page container row"></TMPL_IF> <!-- START pageheader --> <TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF> <TMPL_IF HTML5><header class="header"><TMPL_ELSE><div class="header"></TMPL_IF> @@ -149,14 +149,14 @@ <!-- START sidebar --> <TMPL_UNLESS DYNAMIC> <TMPL_IF SIDEBAR> - <TMPL_IF HTML5><aside class="sidebar pull-right hidden-print"><TMPL_ELSE><div class="sidebar pull-right hidden-print"></TMPL_IF> + <TMPL_IF HTML5><aside class="sidebar pull-right hidden-print col-xs-4 col-sm-4 col-md-4 col-lg-4"><TMPL_ELSE><div class="sidebar pull-right hidden-print col-xs-4 col-sm-4 col-md-4 col-lg-4"></TMPL_IF> <TMPL_VAR SIDEBAR> <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> </TMPL_UNLESS> <!-- END sidebar --> <!-- START pagebody --> - <div id="pagebody"> + <div id="pagebody" class="col-xs-8 col-sm-8 col-md-8 col-lg-8"> <TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF> <TMPL_VAR CONTENT> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> |