_s: More consistency with class names in the structural markup

This commit is contained in:
Ian Stewart 2012-02-01 16:55:36 +00:00
parent 88b7c401e6
commit afe244fe68
15 changed files with 33 additions and 33 deletions

View file

@ -8,7 +8,7 @@
get_header(); ?>
<section id="primary">
<section id="primary" class="site-content">
<div id="content" role="main">
<?php if ( have_posts() ) : ?>
@ -44,7 +44,7 @@ get_header(); ?>
<?php endif; ?>
</div><!-- #content -->
</section><!-- #primary -->
</section><!-- #primary .site-content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>