Remove necessity of icon class

Only the icon specific class is needed
This commit is contained in:
jbtbnl 2014-02-24 22:37:19 +01:00
parent 5fb1374b0f
commit d28fd8f64d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.icon {
[class^="icon-"], [class*=" icon-"] {
background-repeat: no-repeat;
background-position: center;
}