wmlscope: Update macro reference bits to Wesmere 1.1.0
This commit is contained in:
parent
cd6f56e30b
commit
98c83915ef
2 changed files with 9 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montaga%7COpen+Sans:400,400i,700,700i" type="text/css" />
|
||||
<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.0.0.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://www.wesnoth.org/wesmere/css/wesmere-1.1.0.css" />
|
||||
<style>
|
||||
.filelist {
|
||||
-webkit-columns: 3;
|
||||
|
@ -71,7 +71,7 @@
|
|||
<div class="centerbox">
|
||||
|
||||
<div id="logo">
|
||||
<a href="https://www.wesnoth.org/"><img alt="Wesnoth logo" src="https://www.wesnoth.org/wesmere/img/logo-minimal-64.png" width="64" height="64" data-retina /></a>
|
||||
<a href="https://www.wesnoth.org/" aria-label="Wesnoth logo"></a>
|
||||
</div>
|
||||
|
||||
<ul id="navlinks">
|
||||
|
@ -85,8 +85,13 @@
|
|||
|
||||
<div id="sitesearch" role="search">
|
||||
<form method="get" action="https://wiki.wesnoth.org/">
|
||||
<i class="search-icon" aria-hidden="true"></i>
|
||||
<input id="searchbox" type="search" name="search" placeholder="Search" value="" title="Search this site [Alt+Shift+f]" accesskey="f" tabindex="1" />
|
||||
<input id="searchbox" type="search" name="search" placeholder="Search" title="Search the wiki [Alt+Shift+f]" accesskey="f" tabindex="1" />
|
||||
<span id="searchbox-controls">
|
||||
<button id="search-go" class="search-button" type="submit" title="Search" tabindex="2">
|
||||
<i class="search-icon" aria-hidden="true"></i>
|
||||
<span class="sr-label">Search the wiki</span>
|
||||
</button>
|
||||
</span>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -10,6 +10,5 @@
|
|||
Site design Copyright © 2017 by Ignacio R. Morelle.
|
||||
</div></div></div>
|
||||
|
||||
<script src="https://www.wesnoth.org/wesmere/js/retina.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue