use MHF_Steve and MHF_Alex instead of steve and alex in default parameter
See #142 (not fixed by this commit!) Basically, this just adds mhf_steve and mhf_alex as special cases for the default parameter only
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
|
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 997 B |
|
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
|
Before Width: | Height: | Size: 835 B After Width: | Height: | Size: 835 B |
@@ -176,7 +176,7 @@ h4 {
|
||||
background-image: url("/avatars/853c80ef3c3749fdaa49938b674adae6");
|
||||
}
|
||||
#avatar-example-5:hover .preview {
|
||||
background-image: url("/avatars/0?default=alex");
|
||||
background-image: url("/avatars/0?default=mhf_alex");
|
||||
}
|
||||
#avatar-example-6:hover .preview {
|
||||
background-image: url("/avatars/0?default=https%3A%2F%2Fi.imgur.com%2FocJVWAc.png");
|
||||
@@ -193,7 +193,7 @@ h4 {
|
||||
background-image: url("/skins/jeb_");
|
||||
}
|
||||
#skin-example-2:hover .preview {
|
||||
background-image: url("/skins/0?default=alex");
|
||||
background-image: url("/skins/0?default=mhf_alex");
|
||||
}
|
||||
|
||||
#cape-example-1:hover .preview {
|
||||
|
||||