Update the HTML "class" system
Improving on the naming convention of our classes with consistency adjustments. Also creates a better hierarchy (matched pairs) for them.
This commit is contained in:
parent
e8ebbf25fa
commit
752d08afd7
9 changed files with 30 additions and 30 deletions
|
@ -10,8 +10,8 @@
|
|||
|
||||
get_header(); ?>
|
||||
|
||||
<section id="primary" class="site-content">
|
||||
<div id="content" role="main">
|
||||
<section id="primary" class="content-area">
|
||||
<div id="content" class="site-content" role="main">
|
||||
|
||||
<?php if ( have_posts() ) : ?>
|
||||
|
||||
|
@ -90,8 +90,8 @@ get_header(); ?>
|
|||
|
||||
<?php endif; ?>
|
||||
|
||||
</div><!-- #content -->
|
||||
</section><!-- #primary .site-content -->
|
||||
</div><!-- #content .site-content -->
|
||||
</section><!-- #primary .content-area -->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue