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