The last `<li>` in each `<ul>` is not centered at all. This seems to be a bug in elinks itself, although I didn't create a testcase to prove it.  Maybe I can detect elinks using some kind of media query and disable the `text-align: center` for it.
The last
<li>in each<ul>is not centered at all. This seems to be a bug in elinks itself, although I didn't create a testcase to prove it.Maybe I can detect elinks using some kind of media query and disable the
text-align: centerfor it.