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:
parent
f0bbe7fe57
commit
d67d542226
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user