Fixing erroneous class names in documentation

This commit is contained in:
Andrew Gioia 2017-03-09 15:44:43 -05:00
parent 6bca5dff55
commit 85b2b28784
2 changed files with 3 additions and 3 deletions

View File

@ -170,8 +170,8 @@
<div class="explanation">
<p>Some of the card symbols are variable width by default, if you put them in a list they may stack irregularly. To fix their width to a standard size, just append the class <code>.ms-fw</code> and the symbols will have a constant width and centered icon.</p>
<blockquote>
&lt;<span class="e">i</span> <span class="a">class</span>=<span class="v">"ss ss-planeswalker ss-fw"</span>&gt;&lt;/<span class="e">i</span>&gt; Planeswalker symbol<br />
&lt;<span class="e">i</span> <span class="a">class</span>=<span class="v">"ss ss-land ss-fw"</span>&gt;&lt;/<span class="e">i</span>&gt; Land symbol
&lt;<span class="e">i</span> <span class="a">class</span>=<span class="v">"ms ms-planeswalker ms-fw"</span>&gt;&lt;/<span class="e">i</span>&gt; Planeswalker symbol<br />
&lt;<span class="e">i</span> <span class="a">class</span>=<span class="v">"ms ms-land ms-fw"</span>&gt;&lt;/<span class="e">i</span>&gt; Land symbol
</blockquote>
</div>
<div class="clear"></div>

View File

@ -200,7 +200,7 @@ blockquote {
color: #fff;
}
.button .ss {
.button .ms {
margin-right: 5px;
position: relative;
top: -2px;