Skip to content

Commit

Permalink
Move "full stats" to the top (RocketMap#1096)
Browse files Browse the repository at this point in the history
* Move "full stats" to the top

Move the "Full Stats" link under Stats to the top, and center it for easier and faster access

* Ooops

Ooops
  • Loading branch information
Romfrosk2 authored and FrostTheFox committed Sep 8, 2016
1 parent cb09ec5 commit 5101b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ <h3>Location Icon Marker</h3>
<nav id="stats">
<div class="switch-container">
<div class="switch-container">
<div><center><a href="stats">Full Stats</a></center></div>
<center><h1 id="stats-pkmn-label">Loading...</h1></center>
</div>
<div id="pokemonList" style="color: black;"></div>
<div><a href="stats">Full Stats</a></div>
<div class="switch-container">
<center><h1 id="stats-gym-label"></h1></center>
</div>
Expand Down

0 comments on commit 5101b05

Please sign in to comment.