diff options
author | hexagon6 <make@fet.li> | 2015-11-06 23:06:29 +0100 |
---|---|---|
committer | hexagon6 <make@fet.li> | 2015-11-06 23:06:29 +0100 |
commit | 203cd7d3e63c2722dcaa6c8e46a7b7346eec480a (patch) | |
tree | 983cb2aac22b67801d738d5b6999d49f4664ab8e /templates | |
parent | 84f6154d6c6972821967b6dd3046233155263261 (diff) |
Column-Breite fuer kleinste Groessen angepasst 2
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 733741ad..b2e05c19 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -149,14 +149,14 @@ <!-- START sidebar --> <TMPL_UNLESS DYNAMIC> <TMPL_IF SIDEBAR> - <TMPL_IF HTML5><aside class="sidebar pull-right hidden-print col-xs-5 col-sm-4 col-md-3 col-lg-3"><TMPL_ELSE><div class="sidebar pull-right hidden-print col-xs-5 col-sm-4 col-md-3 col-lg-3"></TMPL_IF> + <TMPL_IF HTML5><aside class="sidebar pull-right hidden-print col-xs-12 col-sm-4 col-md-3 col-lg-3"><TMPL_ELSE><div class="sidebar pull-right hidden-print col-xs-12 col-sm-4 col-md-3 col-lg-3"></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" class="col-xs-7 col-sm-8 col-md-9 col-lg-9"> + <div id="pagebody" class="col-xs-12 col-sm-8 col-md-9 col-lg-9"> <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> |