* removed margin on .menu li

* quote-flag-link -> quote-flag-icon
This commit is contained in:
tmont 2011-02-28 10:38:11 +00:00
parent 9cc0df5980
commit 1991afa021
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<p>
If you see a quote that is inaccurate, fake, spelled wrong, spam or you&rsquo;re just straight up
concerned about it, please flag (<span class="quote-flag-link" title="click on one of these things"></span>)
concerned about it, please flag (<span class="quote-flag-icon" title="click on one of these things"></span>)
the quote in question. It won&rsquo;t be removed immediately, but it will be flagged for review by our
crack team of administrators (i.e. me).
</p>

View File

@ -143,6 +143,10 @@ ul.menu {
padding: 0;
list-style: none;
}
ul.menu li {
margin: 0;
padding: 0;
}
a.external {
background-image: url(/media/images/external.png);
background-position: right center;