diff --git a/attributes.html b/attributes.html index 80789ef..12c5750 100644 --- a/attributes.html +++ b/attributes.html @@ -170,8 +170,8 @@

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 .ms-fw and the symbols will have a constant width and centered icon.

- <i class="ss ss-planeswalker ss-fw"></i> Planeswalker symbol
- <i class="ss ss-land ss-fw"></i> Land symbol + <i class="ms ms-planeswalker ms-fw"></i> Planeswalker symbol
+ <i class="ms ms-land ms-fw"></i> Land symbol
diff --git a/css/main.css b/css/main.css index 21df40d..f22438c 100644 --- a/css/main.css +++ b/css/main.css @@ -200,7 +200,7 @@ blockquote { color: #fff; } - .button .ss { + .button .ms { margin-right: 5px; position: relative; top: -2px;