comparison mercurial/templates/gitweb/changelog.tmpl @ 32992:816a4fa7d5f8

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 <div>. 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.
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 20 Jun 2017 20:53:29 -0700
parents 2d93d2159e30
children
comparison
equal deleted inserted replaced
32991:03608e8d09e9 32992:816a4fa7d5f8
29 {searchform} 29 {searchform}
30 </div> 30 </div>
31 31
32 {entries%changelogentry} 32 {entries%changelogentry}
33 33
34 <div class="page_nav"> 34 <div class="extra_nav">
35 {changenav%nav}<br/> 35 {changenav%nav}<br/>
36 </div> 36 </div>
37 37
38 {footer} 38 {footer}