* removed margin on .menu li
* quote-flag-link -> quote-flag-icon
This commit is contained in:
parent
9cc0df5980
commit
1991afa021
@ -13,7 +13,7 @@
|
||||
|
||||
<p>
|
||||
If you see a quote that is inaccurate, fake, spelled wrong, spam or you’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’t be removed immediately, but it will be flagged for review by our
|
||||
crack team of administrators (i.e. me).
|
||||
</p>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user