Merge "Reduce footer selector specificity and clean up CSS"

This commit is contained in:
jenkins-bot 2019-09-20 22:40:57 +00:00 committed by Gerrit Code Review
commit 0f4c3f1197
1 changed files with 30 additions and 32 deletions

View File

@ -9,13 +9,12 @@
list-style: none none;
margin: 0;
padding: 0;
}
li {
color: #222;
margin: 0;
padding: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding: 0.5em 0;
font-size: 0.7em;
}
}
@ -44,4 +43,3 @@
line-height: 2em;
}
}
}