_s: Simplify and unify navigation classes throughout Underscores.
For more information about the philosophy behind the new approach, see http://24ways.org/2012/a-harder-working-class/
This commit is contained in:
parent
469e1f97c4
commit
fa3d86936a
6 changed files with 53 additions and 55 deletions
|
@ -35,9 +35,9 @@ get_header();
|
|||
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="sep"> | </span> <span class="edit-link">', '</span>' ); ?>
|
||||
</div><!-- .entry-meta -->
|
||||
|
||||
<nav id="image-navigation" class="site-navigation">
|
||||
<span class="previous-image"><?php previous_image_link( false, __( '← Previous', '_s' ) ); ?></span>
|
||||
<span class="next-image"><?php next_image_link( false, __( 'Next →', '_s' ) ); ?></span>
|
||||
<nav id="image-navigation" class="navigation-image">
|
||||
<span class="previous"><?php previous_image_link( false, __( '← Previous', '_s' ) ); ?></span>
|
||||
<span class="next"><?php next_image_link( false, __( 'Next →', '_s' ) ); ?></span>
|
||||
</nav><!-- #image-navigation -->
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue