diff options
-rw-r--r-- | page.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -61,9 +61,11 @@ <TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF> <TMPL_IF BRANDING> -<div class="branding"> +<div class="jumbotron"> +<div class="branding container"> <TMPL_VAR BRANDING> </div> +</div> </TMPL_IF> <TMPL_IF HTML5><header class="header"><TMPL_ELSE><div class="header"></TMPL_IF> |