Fix pager design

This commit is contained in:
Jesús 2021-12-31 23:03:34 -05:00
parent 95cb9fe6c0
commit 943bced2c9
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -560,6 +560,13 @@ color: var(--text);
margin: 0em 0.5em; margin: 0em 0.5em;
} }
ul.pager {
list-style-type: none;
text-align: center;
margin: 1em 0em 0em 0em;
padding: 0;
}
span.age-mins { span.age-mins {
font-weight: bold; font-weight: bold;
color: #0c0; color: #0c0;