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%;
 | 
					  min-height: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#header div.section,
 | 
					#header div.section,
 | 
				
			||||||
#featured div.section,
 | 
					#featured aside.section,
 | 
				
			||||||
#messages div.section,
 | 
					#messages div.section,
 | 
				
			||||||
#main,
 | 
					#main,
 | 
				
			||||||
#triptych,
 | 
					#triptych,
 | 
				
			||||||
| 
						 | 
					@ -140,7 +140,7 @@ body,
 | 
				
			||||||
@media all and (min-width: 851px) {
 | 
					@media all and (min-width: 851px) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #header div.section,
 | 
					  #header div.section,
 | 
				
			||||||
  #featured div.section,
 | 
					  #featured aside.section,
 | 
				
			||||||
  #messages div.section,
 | 
					  #messages div.section,
 | 
				
			||||||
  #main,
 | 
					  #main,
 | 
				
			||||||
  #triptych,
 | 
					  #triptych,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -124,9 +124,9 @@
 | 
				
			||||||
  {% endif %}
 | 
					  {% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  {% if page.featured %}
 | 
					  {% if page.featured %}
 | 
				
			||||||
    <aside id="featured"><div class="section clearfix">
 | 
					    <div id="featured"><aside class="section clearfix" role="complementary">
 | 
				
			||||||
      {{ page.featured }}
 | 
					      {{ page.featured }}
 | 
				
			||||||
    </div></aside> <!-- /.section, /#featured -->
 | 
					    </aside></div> <!-- /.section, /#featured -->
 | 
				
			||||||
  {% endif %}
 | 
					  {% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <div id="main-wrapper" class="clearfix"><div id="main" class="clearfix">
 | 
					  <div id="main-wrapper" class="clearfix"><div id="main" class="clearfix">
 | 
				
			||||||
| 
						 | 
					@ -157,13 +157,13 @@
 | 
				
			||||||
    </section></main> <!-- /.section, /#content -->
 | 
					    </section></main> <!-- /.section, /#content -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% if page.sidebar_first %}
 | 
					    {% 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 }}
 | 
					        {{ page.sidebar_first }}
 | 
				
			||||||
      </aside></div><!-- /.section, /#sidebar-first -->
 | 
					      </aside></div><!-- /.section, /#sidebar-first -->
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% if page.sidebar_second %}
 | 
					    {% 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 }}
 | 
					        {{ page.sidebar_second }}
 | 
				
			||||||
      </aside></div><!-- /.section, /#sidebar-second -->
 | 
					      </aside></div><!-- /.section, /#sidebar-second -->
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
| 
						 | 
					@ -171,7 +171,7 @@
 | 
				
			||||||
  </div></div><!-- /#main, /#main-wrapper -->
 | 
					  </div></div><!-- /#main, /#main-wrapper -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  {% if page.triptych_first or page.triptych_middle or page.triptych_last %}
 | 
					  {% 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_first }}
 | 
				
			||||||
      {{ page.triptych_middle }}
 | 
					      {{ page.triptych_middle }}
 | 
				
			||||||
      {{ page.triptych_last }}
 | 
					      {{ page.triptych_last }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue