mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Fixing Dragon*Con promo set code
This commit is contained in:
parent
e38c08cacb
commit
41f592828b
@ -243,7 +243,7 @@
|
||||
<span class="utf"><i></i> ss-parl2 <code>&#xe68c;</code></span>
|
||||
<span class="utf"><i></i> ss-past <code>&#xe68b;</code></span>
|
||||
<span class="utf"><i></i> ss-pbook <code>&#xe68a;</code></span>
|
||||
<span class="utf"><i></i> ss-pdgc <code>&#xe932;</code></span>
|
||||
<span class="utf"><i></i> ss-pdrc <code>&#xe932;</code></span>
|
||||
<span class="utf"><i></i> ss-peuro <code>&#xe92b;</code></span>
|
||||
<span class="utf"><i></i> ss-pgru <code>&#xe683;</code></span>
|
||||
<span class="utf"><i></i> ss-pidw <code>&#xe92c;</code></span>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
6
node_modules/keyrune/css/keyrune.css
generated
vendored
6
node_modules/keyrune/css/keyrune.css
generated
vendored
@ -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";
|
||||
}
|
||||
/**
|
||||
|
2
node_modules/keyrune/css/keyrune.min.css
generated
vendored
2
node_modules/keyrune/css/keyrune.min.css
generated
vendored
File diff suppressed because one or more lines are too long
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user