Fix arrows in 2011, props iandstewart, fixes #17809
git-svn-id: https://develop.svn.wordpress.org/trunk@18359 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f0fc6bd2f3
commit
455c017fc8
@ -354,8 +354,8 @@ section.recent-posts .other-recent-posts .comments-link > span {
|
||||
|
||||
/* Singular navigation */
|
||||
#nav-single {
|
||||
right: auto;
|
||||
left: 0;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
#nav-single .nav-next {
|
||||
padding-left: 0;
|
||||
|
@ -16,8 +16,8 @@ get_header(); ?>
|
||||
|
||||
<nav id="nav-single">
|
||||
<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
|
||||
<span class="nav-previous"><?php previous_post_link( '%link', __( '← Previous', 'twentyeleven' ) ); ?></span>
|
||||
<span class="nav-next"><?php next_post_link( '%link', __( 'Next →', 'twentyeleven' ) ); ?></span>
|
||||
<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'twentyeleven' ) ); ?></span>
|
||||
<span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></span>
|
||||
</nav><!-- #nav-single -->
|
||||
|
||||
<?php get_template_part( 'content', 'single' ); ?>
|
||||
|
@ -1686,14 +1686,17 @@ section.recent-posts .other-recent-posts li:after {
|
||||
text-align: right;
|
||||
width: 50%;
|
||||
}
|
||||
#content nav .meta-nav {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Singular navigation */
|
||||
#nav-single {
|
||||
display: inline-block;
|
||||
overflow: visible !important;
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
right: 0;
|
||||
float: right;
|
||||
position: relative;
|
||||
top: -0.3em;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
}
|
||||
#nav-single .nav-previous,
|
||||
|
Loading…
Reference in New Issue
Block a user