diff options
author | hexagon6 <make@fet.li> | 2015-11-06 22:51:29 +0100 |
---|---|---|
committer | hexagon6 <make@fet.li> | 2015-11-06 22:51:29 +0100 |
commit | 2b494126b10d0c927751fabb5c2abf43557f463d (patch) | |
tree | 38ea76f4dcc5addcf03eb10f39e6df5f7cbce48c /templates | |
parent | f5829967a3f1795aa334d9b5042335a5063d1b6e (diff) |
Column-Breite fuer verschiedene Groessen angepasst
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 176f5a53..33a7bf2b 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-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_IF HTML5><aside class="sidebar pull-right hidden-print col-xs-6 col-sm-4 col-md-3 col-lg-3"><TMPL_ELSE><div class="sidebar pull-right hidden-print col-xs-6 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-8 col-sm-8 col-md-8 col-lg-8"> + <div id="pagebody" class="col-xs-6 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> |