Fixing Dragon*Con promo set code

This commit is contained in:
Andrew Gioia 2017-07-11 12:23:00 -04:00
parent e38c08cacb
commit 41f592828b
6 changed files with 9 additions and 11 deletions

View File

@ -243,7 +243,7 @@
<span class="utf"><i>&#xe68c;</i> ss-parl2 <code>&amp;#xe68c;</code></span>
<span class="utf"><i>&#xe68b;</i> ss-past <code>&amp;#xe68b;</code></span>
<span class="utf"><i>&#xe68a;</i> ss-pbook <code>&amp;#xe68a;</code></span>
<span class="utf"><i>&#xe932;</i> ss-pdgc <code>&amp;#xe932;</code></span>
<span class="utf"><i>&#xe932;</i> ss-pdrc <code>&amp;#xe932;</code></span>
<span class="utf"><i>&#xe92b;</i> ss-peuro <code>&amp;#xe92b;</code></span>
<span class="utf"><i>&#xe683;</i> ss-pgru <code>&amp;#xe683;</code></span>
<span class="utf"><i>&#xe92c;</i> ss-pidw <code>&amp;#xe92c;</code></span>

View File

@ -649,8 +649,8 @@
<div class="icon" id="pidw" name="IDW Promo"data-name="IDW Promo" data-class="pidw" data-unicode="e92c" data-added="v3.0.1">
<span class="name"><i class="ss ss-pidw"></i> IDW Promo <em>(pidw)</em></span>
</div>
<div class="icon" id="pdgc" name="Dragon*Con Promo"data-name="Dragon*Con Promo" data-class="pdgc" data-unicode="e932" data-added="v3.1.2">
<span class="name"><i class="ss ss-pdgc"></i> Dragon*Con Promo <em>(pdgc)</em></span>
<div class="icon" id="pdrc" name="Dragon*Con Promo"data-name="Dragon*Con Promo" data-class="pdrc" data-unicode="e932" data-added="v3.1.2">
<span class="name"><i class="ss ss-pdrc"></i> Dragon*Con Promo <em>(pdrc)</em></span>
</div>
</div>
</section>

View File

@ -45,7 +45,7 @@
</a>
</div>
<p>
Current version 3.1.2 includes all sets to Rivals of Ixalan.
Current version 3.1.3 includes all sets to Rivals of Ixalan.
</p>
</div>
</header>

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.1.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.2') format('woff2'), url('../fonts/keyrune.woff?v=3.1.2') format('woff'), url('../fonts/keyrune.ttf?v=3.1.2') format('truetype'), url('../fonts/keyrune.svg?v=3.1.2#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.1.3');
src: url('../fonts/keyrune.eot?#iefix&v=3.1.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.1.3') format('woff2'), url('../fonts/keyrune.woff?v=3.1.3') format('woff'), url('../fonts/keyrune.ttf?v=3.1.3') format('truetype'), url('../fonts/keyrune.svg?v=3.1.3#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -741,7 +741,7 @@
.ss-pidw:before {
content: "\e92c";
}
.ss-pdgc:before {
.ss-pdrc:before {
content: "\e932";
}
/**

File diff suppressed because one or more lines are too long

View File

@ -4,12 +4,10 @@
"description": "Keyrune documentation website",
"main": "index.html",
"dependencies": {
"less": "^2.7.1",
"keyrune": "*",
"zepto": "*"
},
"devDependencies": {
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewgioia/Keyrune.git#gh-pages"