wesmere: Bump CSS version
This commit is contained in:
parent
df147dab9c
commit
642828b375
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ HTML_RESOURCES = (
|
|||
"asc.gif", "bg.gif", "desc.gif" # Used by style.css:
|
||||
)
|
||||
|
||||
WESMERE_CSS_VERSION = "1.1.1"
|
||||
WESMERE_CSS_VERSION = "1.2.0"
|
||||
WESMERE_CSS_PREFIX = "https://www.wesnoth.org"
|
||||
|
||||
WESMERE_HEADER = '''\
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<link rel="icon" type="image/png" href="https://www.wesnoth.org/wesmere/img/favicon-32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="https://www.wesnoth.org/wesmere/img/favicon-16.png" sizes="16x16" />
|
||||
<link rel="stylesheet" type="text/css" href="https://www.wesnoth.org/wesmere/css/wesmere-1.1.0.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://www.wesnoth.org/wesmere/css/wesmere-1.2.0.css" />
|
||||
<style>
|
||||
.filelist {
|
||||
-webkit-columns: 3;
|
||||
|
|
|
@ -50,7 +50,7 @@ RESISTANCES = [
|
|||
("arcane", "attacks/faerie-fire.png")
|
||||
]
|
||||
|
||||
WESMERE_CSS_VERSION = "1.1.1"
|
||||
WESMERE_CSS_VERSION = "1.2.0"
|
||||
WESMERE_CSS_PREFIX = "https://www.wesnoth.org"
|
||||
|
||||
WESMERE_HEADER = '''\
|
||||
|
|
Loading…
Add table
Reference in a new issue