Mercurial > laserkard
diff buy.html @ 16:839533015ed3 laserkard
[svn r17] made it look good.
author | rlm |
---|---|
date | Sat, 02 Jan 2010 01:42:50 -0500 |
parents | 116b15d3d68c |
children | 2f537455ebf7 |
line wrap: on
line diff
1.1 --- a/buy.html Fri Jan 01 23:31:58 2010 -0500 1.2 +++ b/buy.html Sat Jan 02 01:42:50 2010 -0500 1.3 @@ -15,6 +15,9 @@ 1.4 PERL-REPLACE::TOP_MENU 1.5 1.6 1.7 +<div class="whole"> 1.8 + 1.9 + 1.10 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);"> 1.11 PERL-REPLACE::MATERIALS 1.12 </div> 1.13 @@ -23,17 +26,19 @@ 1.14 <div id="templates" > 1.15 PERL-REPLACE::TEMPLATES 1.16 </div> 1.17 - 1.18 + 1.19 +<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"></div> 1.20 + 1.21 <div id="inputbox" ></div> 1.22 1.23 -<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"> 1.24 + 1.25 + 1.26 </div> 1.27 1.28 + 1.29 <div id="pokedex"> 1.30 </div> 1.31 1.32 - 1.33 - 1.34 </body> 1.35 1.36 </html>