Issue #2462221 by emma.maria, Dom., rudraram, jp.stacey, Manjit.Singh, sxnc, Cottser, idebr: Highlighted region has not fixed width layout on Bartik theme
parent
bd1399448f
commit
f03eba74e9
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue