diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 19:25:11 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 19:25:11 -0800 |
commit | 4f91bbb6f1caa0812be550d95e13806f060542be (patch) | |
tree | b57980233cf033a178ab09068fb6197ac384ac02 /pages | |
parent | 3cff5246a07c9fc3fcf0a3e2ab63c79349820e42 (diff) | |
download | pathery-4f91bbb6f1caa0812be550d95e13806f060542be.tar.xz |
Upped page width to 960px from 900px globally.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/scores.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/scores.php b/pages/scores.php index 03e049b..9443673 100644 --- a/pages/scores.php +++ b/pages/scores.php @@ -86,7 +86,7 @@ function displayMapScores(mapID) { }
scoresShowPage(1, mapID);
$("#mapDisplay").fadeOut('fast');
- displayMap(mapID, "mapDisplay", 622);
+ displayMap(mapID, "mapDisplay", 682);
}
|