mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user