fix mistake with css selectors in usercard
This commit is contained in:
parent
43eed140ea
commit
693087c853
|
@ -38,12 +38,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* == STYLES */
|
/* == STYLES */
|
||||||
.user-card .wbumps { /* Worm Bumps */
|
.user-card.wbumps { /* Worm Bumps */
|
||||||
background-image: url('/assets/style/card/wbumps');
|
background-image: url('/assets/style/card/wbumps');
|
||||||
background-color: #ededed;
|
background-color: #ededed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-card .wgraving { /* Worm Engravings */
|
.user-card.wgraving { /* Worm Engravings */
|
||||||
background-image: url('/assets/style/card/wgraving');
|
background-image: url('/assets/style/card/wgraving');
|
||||||
background-color: #ededed;
|
background-color: #ededed;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user