Update Font Awesome to 4.4.0

Font Awesome 3 -> 4 was a backwards-incompatible change, so this
update is pretty invasive. I tested everything we use it for and it
still works, though. Including supporting both Font Awesome versions
in battle.js.
This commit is contained in:
Guangcong Luo
2015-09-25 02:46:34 -05:00
parent c33c902d9f
commit bdcbded0bb
22 changed files with 2695 additions and 853 deletions

View File

@@ -43,7 +43,7 @@
<div class="activitymenu">
<div class="pmbox">
<div class="pm-window news-embed">
<h3><button class="closebutton" tabindex="-1"><i class="icon-remove-sign"></i></button><button class="minimizebutton" tabindex="-1"><i class="icon-minus-sign"></i></button>Latest News</h3>
<h3><button class="closebutton" tabindex="-1"><i class="fa fa-times-circle"></i></button><button class="minimizebutton" tabindex="-1"><i class="fa fa-minus-circle"></i></button>Latest News</h3>
<div class="pm-log" style="overflow:visible;height:400px;max-height:none">
<iframe src="http://play.pokemonshowdown.com/news-embed.php" width="270" height="400" border="0" style="border:0;width:100%;height:100%;display:block"></iframe>
</div>