Move icons no-repeat into common style

This commit is contained in:
NumEricR
2013-09-10 23:52:28 +02:00
parent 9074534c93
commit 7eb64927cc
2 changed files with 31 additions and 20 deletions

View File

@ -281,3 +281,20 @@ footer {
color:white;
border-radius: 3px;
}
a.back span,
a.top span,
a.fav span,
a.fav span:hover,
a.fav-off span,
a.fav-off span:hover,
a.archive span,
a.archive span:hover,
a.archive-off span,
a.archive-off span:hover,
a.twitter span,
a.flattr span,
a.email span,
a.delete span {
background-repeat: no-repeat;
}