Omlouvám se, podařilo se mi poslat rozpracovanou verzi patche, správné jsou tyto:
.nextlinks_bottom {
padding-left: 0;
margin: 20px 0;
text-align: center;
}
.nextlinks_bottom a {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #aaa;
border-radius: 15px;
}
.nextlinks_bottom a:hover,
.nextlinks_bottom a:focus {
text-decoration: none;
background-color: #eee;
}
.nextlinks_bottom:before,
.nextlinks_bottom:after {
display: table;
content: " ";
}
.nextlinks_bottom:after {
clear: both;
}
Přídavek pro wide zůstává nezměněn.
.nextlinks_bottom a:last-child {
float: right;
}
.nextlinks_bottom a:first-child {
float: left;
}