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

@@ -107,7 +107,7 @@ ga('send', 'pageview');
<div class="activitymenu">
<div class="pmbox">
<div class="pm-window news-embed" data-newsid="<!-- newsid -->">
<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="max-height:none">
<div style="font-size:9pt;padding:1px 10px"><!-- news --></div>
</div>