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

git-svn-id: http://core.svn.wordpress.org/trunk@20870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2012-05-24 07:04:34 +00:00
parent 453ab841d0
commit 94dcf629f2
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