Issue #1077578 by mgifford, mjohnq3, sqndr, zniki.ru, pwieck, rpayanm, Risse, visabhishek: [Followup] Convert bartiks page.tpl.php to HTML5
parent
232c10dc04
commit
7b1e2c1344
|
@ -10,7 +10,7 @@ body,
|
|||
min-height: 100%;
|
||||
}
|
||||
#header div.section,
|
||||
#featured div.section,
|
||||
#featured aside.section,
|
||||
#messages div.section,
|
||||
#main,
|
||||
#triptych,
|
||||
|
@ -140,7 +140,7 @@ body,
|
|||
@media all and (min-width: 851px) {
|
||||
|
||||
#header div.section,
|
||||
#featured div.section,
|
||||
#featured aside.section,
|
||||
#messages div.section,
|
||||
#main,
|
||||
#triptych,
|
||||
|
|
|
@ -124,9 +124,9 @@
|
|||
{% endif %}
|
||||
|
||||
{% if page.featured %}
|
||||
<aside id="featured"><div class="section clearfix">
|
||||
<div id="featured"><aside class="section clearfix" role="complementary">
|
||||
{{ page.featured }}
|
||||
</div></aside> <!-- /.section, /#featured -->
|
||||
</aside></div> <!-- /.section, /#featured -->
|
||||
{% endif %}
|
||||
|
||||
<div id="main-wrapper" class="clearfix"><div id="main" class="clearfix">
|
||||
|
@ -157,13 +157,13 @@
|
|||
</section></main> <!-- /.section, /#content -->
|
||||
|
||||
{% if page.sidebar_first %}
|
||||
<div id="sidebar-first" class="column sidebar"><aside class="section">
|
||||
<div id="sidebar-first" class="column sidebar"><aside class="section" role="complementary">
|
||||
{{ page.sidebar_first }}
|
||||
</aside></div><!-- /.section, /#sidebar-first -->
|
||||
{% endif %}
|
||||
|
||||
{% if page.sidebar_second %}
|
||||
<div id="sidebar-second" class="column sidebar"><aside class="section">
|
||||
<div id="sidebar-second" class="column sidebar"><aside class="section" role="complementary">
|
||||
{{ page.sidebar_second }}
|
||||
</aside></div><!-- /.section, /#sidebar-second -->
|
||||
{% endif %}
|
||||
|
@ -171,7 +171,7 @@
|
|||
</div></div><!-- /#main, /#main-wrapper -->
|
||||
|
||||
{% if page.triptych_first or page.triptych_middle or page.triptych_last %}
|
||||
<div id="triptych-wrapper"><aside id="triptych" class="clearfix">
|
||||
<div id="triptych-wrapper"><aside id="triptych" class="clearfix" role="complementary">
|
||||
{{ page.triptych_first }}
|
||||
{{ page.triptych_middle }}
|
||||
{{ page.triptych_last }}
|
||||
|
|
Loading…
Reference in New Issue