diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2014-01-13 23:37:38 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2014-01-13 23:37:38 -0800 |
commit | e5d7098e7901ee80bc8e98c642d8d8b16d0b50af (patch) | |
tree | 9b6ddd51325c8420aaaf8dc15ddb64334b2ff129 /pages | |
parent | 739e810b412d3b79d009e5e847c973ae11ef8a0e (diff) | |
download | pathery-e5d7098e7901ee80bc8e98c642d8d8b16d0b50af.tar.xz |
Minor fiddlings of nothingness
Diffstat (limited to 'pages')
-rw-r--r-- | pages/challengelist.php | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/pages/challengelist.php b/pages/challengelist.php index a3b5ca7..8b60bd7 100644 --- a/pages/challengelist.php +++ b/pages/challengelist.php @@ -287,19 +287,21 @@ function showChallengeTiers() { </style> <div id="challengelist_wrapper" class="wrapper" style='overflow: auto;'> -<h3>Challenges - I'z working on this stuff.</h3> +<h3>Challenges</h3> <div id='backBtn' style='float:left;'><a href='javascript:back();' class='next'>Back</a></div> <div id='dialogBox'>Greetings tester of test-needed things.</div> + + <div id='mainDisplay' style='width:99%;overflow: hidden;'> - <div onclick='navShowLevels(0);' style='float:left; margin:20px; border:20px solid white;padding:40px'> - <h2>Easy</h2> + <div title='Start Here' onclick='navShowLevels(0);' style='float:left; margin:20px; border:20px solid white;padding:40px'> + <h2>Challenges</h2> </div> - <div onclick='navShowLevels(1);' style='float:left; margin:20px; border:20px solid white;padding:40px'> - <h2>Normal</h2> + <div style='float:left; margin:20px; border:20px solid white;padding:40px'> + <a href='home'><h2>Daily Maps</h2></a> </div> - <div style='float:left; margin:10px; border:10px solid gray;padding:20px'> - Hard + <div style='float:left; margin:20px; border:20px solid gray;padding:40px'> + <h2>Coming Soon</h2> </div> </div> |