# HG changeset patch # User Gregory Szorc # Date 1498017209 25200 # Node ID 816a4fa7d5f855e9617129f5d3968d6240870ee4 # Parent 03608e8d09e92e6ed37945ab08515fa68872de24 hgweb: use separate CSS class for navigation links in footer 2d93d2159e30 changed the styling of the "page_nav" CSS class to use flexbox to separate elements within the
. I didn't realize that this class was used outside of the links in the header. So this resulted in incorrectly formatting links in the footer of various pages. Fix that by introducing a new CSS class that preserves the old CSS behavior. diff -r 03608e8d09e9 -r 816a4fa7d5f8 mercurial/templates/gitweb/changelog.tmpl --- a/mercurial/templates/gitweb/changelog.tmpl Sat Jun 17 13:25:42 2017 +0200 +++ b/mercurial/templates/gitweb/changelog.tmpl Tue Jun 20 20:53:29 2017 -0700 @@ -31,7 +31,7 @@ {entries%changelogentry} -