mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
3c81e0c717
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
16 lines
466 B
Plaintext
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}}
|