Mercurial > boosterpack
diff index.html @ 3:2e849c856026 boosterpack
[svn r5] it works!
author | robert |
---|---|
date | Tue, 08 Sep 2009 05:55:51 -0400 |
parents | d7dd496a4fa6 |
children | 90181bbf7a0c |
line wrap: on
line diff
1.1 --- a/index.html Tue Sep 08 02:45:26 2009 -0400 1.2 +++ b/index.html Tue Sep 08 05:55:51 2009 -0400 1.3 @@ -9,10 +9,9 @@ 1.4 <h1>Pokèmon Draft Battle!!</h1> 1.5 1.6 1.7 -<div id="out1" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto"> 1.8 +<div id="out1" style="border: 1px solid black; width: 100%; height: 70%; overflow: auto"> 1.9 </div> 1.10 -<div id="num2" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto"> 1.11 -</div> 1.12 + 1.13 1.14 <input type="button" id="b2" size="6" value='Generate Booster Pack' onclick="gen_pack(['NO_CACHE'], ['out1']);"><br/> 1.15 1.16 @@ -29,12 +28,16 @@ 1.17 1.18 1.19 1.20 +<H4>Current Settings:</h4> 1.21 + 1.22 + 1.23 + 1.24 </DIV> 1.25 <div id='result'> </div> 1.26 </form> 1.27 1.28 1.29 -<a href = "rules.pl">rules</a> <a href = "cards.pl">cards</a> 1.30 + 1.31 1.32 1.33 </body>