change to inline-block list items in pager

This commit is contained in:
Jesús 2021-12-31 23:13:48 -05:00
parent 943bced2c9
commit 065d665d74
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -567,6 +567,11 @@ margin: 1em 0em 0em 0em;
padding: 0;
}
ul.pager li {
display: inline-block;
margin: 0.25em 0.5em;
}
span.age-mins {
font-weight: bold;
color: #0c0;