mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-22 15:04:46 +00:00
Fixing erroneous class names in documentation
This commit is contained in:
parent
6bca5dff55
commit
85b2b28784
@ -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>
|
||||
<<span class="e">i</span> <span class="a">class</span>=<span class="v">"ss ss-planeswalker ss-fw"</span>></<span class="e">i</span>> Planeswalker symbol<br />
|
||||
<<span class="e">i</span> <span class="a">class</span>=<span class="v">"ss ss-land ss-fw"</span>></<span class="e">i</span>> Land symbol
|
||||
<<span class="e">i</span> <span class="a">class</span>=<span class="v">"ms ms-planeswalker ms-fw"</span>></<span class="e">i</span>> Planeswalker symbol<br />
|
||||
<<span class="e">i</span> <span class="a">class</span>=<span class="v">"ms ms-land ms-fw"</span>></<span class="e">i</span>> Land symbol
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
@ -200,7 +200,7 @@ blockquote {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.button .ss {
|
||||
.button .ms {
|
||||
margin-right: 5px;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
|
Loading…
Reference in New Issue
Block a user