mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-21 18:40:24 -05:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user