Issue #2462221 by emma.maria, Dom., rudraram, jp.stacey, Manjit.Singh, sxnc, Cottser, idebr: Highlighted region has not fixed width layout on Bartik theme

8.0.x
Alex Pott 2015-06-20 16:03:16 -05:00
parent bd1399448f
commit f03eba74e9
2 changed files with 8 additions and 2 deletions

View File

@ -5,7 +5,7 @@
margin: 0 auto;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.has-featured-top #messages {
.has-featured-top .highlighted {
background: #f0f0f0;
background: rgba(30, 50, 10, 0.08);
}

View File

@ -109,7 +109,13 @@
{{ page.primary_menu }}
</div>
</header>
{{ page.highlighted }}
{% if page.highlighted %}
<div class="highlighted">
<aside class="layout-container section clearfix" role="complementary">
{{ page.highlighted }}
</aside>
</div>
{% endif %}
{% if page.featured_top %}
<div class="featured-top">
<aside class="featured-top__inner section layout-container clearfix" role="complementary">