mediawiki-skins-MinervaNeue/includes/skins/footer.mustache
Alangi Derick 3c81e0c717 Remove horizontal line from popups preview in MinervaNeue skin
A horizontal line shows in popup previews in the MinervaNeue skin
just above the setting icon due to a css rule that affect all footer
elements. Removing this effect to apply only for the MN skin.

Bug: T184560
Change-Id: Idb0c40c3fc24e4ec2d32cb2de9520952448da77a
2018-01-30 20:06:42 +01:00

16 lines
466 B
Plaintext

{{#footer}}
<footer class="minerva-footer">
{{{lastmodified}}}
<div class="post-content footer-content">
<h2>{{{headinghtml}}}</h2>
<div class="license">{{{licensehtml}}}</div>
{{#lists}}
<ul class="footer-{{name}} hlist hlist-separated">
{{! "." means "current context", which allows us to iterate over Plain Old PHP Arrays™. }}
{{#items}}<li id="footer-{{category}}-{{name}}">{{{linkhtml}}}</li>{{/items}}
</ul>
{{/lists}}
</div>
</footer>
{{/footer}}