Change footer logo from a heading element to a div

Also, remove old CSS selector that was preserved for caching.

Bug: T288362
Change-Id: Iab3531229b64e0b9ee9268f6480a1417872d6107
This commit is contained in:
Nicholas Ray 2021-09-27 15:04:55 -06:00
parent 62b46c7bc0
commit 6067d2689b
2 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,7 @@
{{{html-minerva-lastmodified}}}
<div class="post-content footer-content">
{{{html-after-content}}}
<h2 class="minerva-footer-logo">{{>Logo}}</h2>
<div class="minerva-footer-logo">{{>Logo}}</div>
<div class="license">{{{html-minerva-license}}}</div>
{{#data-info}}{{>footerItemList}}{{/data-info}}
{{#data-places}}{{>footerItemList}}{{/data-places}}

View file

@ -33,8 +33,6 @@
margin-bottom: 9px;
}
// FIXME: H2 selector can be removed when .minerva-footer-logo appears in anon HTML.
> h2,
.minerva-footer-logo {
border-bottom: solid 1px @footerBorderColor;
padding-bottom: 10px;