Fix orphaned arrow on Twenty Eleven's paged post navigation. props mfields. fixes #19526

git-svn-id: https://develop.svn.wordpress.org/trunk@20870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2012-05-24 07:04:34 +00:00
parent f0bbe7fe57
commit d67d542226
1 changed files with 3 additions and 1 deletions

View File

@ -1722,12 +1722,14 @@ section.recent-posts .other-recent-posts li:after {
}
#nav-single .nav-previous,
#nav-single .nav-next {
float: none;
width: auto;
}
#nav-single .nav-next {
padding-left: .5em;
}
#nav-single .nav-previous {
padding-right: .5em;
}
/* =Widgets