Set the float: left style on the 'Older Posts' button so the pagination buttons are drawn with the same height
This commit is contained in:
parent
2d76193b9e
commit
9996c5077f
2 changed files with 5 additions and 1 deletions
|
@ -290,6 +290,10 @@ a.btn:hover {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.float-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue