Merge "Remove horizontal line from popups preview in MinervaNeue skin"

This commit is contained in:
jenkins-bot 2018-01-30 19:18:58 +00:00 committed by Gerrit Code Review
commit af9db025df
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{{#footer}}
<footer>
<footer class="minerva-footer">
{{{lastmodified}}}
<div class="post-content footer-content">
<h2>{{{headinghtml}}}</h2>

View File

@ -1,11 +1,15 @@
@import 'minerva.variables';
@import 'minerva.mixins';
footer {
// style that applies only to minerva footer
.minerva-footer {
border-top: solid 1px @footerBorderColor;
overflow: auto;
padding-bottom: 6px;
}
// styles that apply to nested footer components
footer {
// links should be separated by same color
.hlist {
li:after {