feat(character): colored item borders for quality (#20)
This commit is contained in:
parent
08009a575c
commit
1156ceb17f
25 changed files with 21 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="{{websiteRoot}}/css/icons.css">
|
||||
<style>
|
||||
.iconlarge .border {
|
||||
background-image: url("{{aowow}}/static/images/Icon/large/border/default.png");
|
||||
background-image: url("{{websiteRoot}}/img/icon-border/large/default.png");
|
||||
}
|
||||
|
||||
.iconlarge a {
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
.iconmedium .border {
|
||||
background-image: url("{{aowow}}/static/images/Icon/medium/border/default.png");
|
||||
background-image: url("{{websiteRoot}}/img/icon-border/medium/default.png");
|
||||
}
|
||||
|
||||
.iconmedium a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue