diff buy.html @ 22:3298256dd459 laserkard

[svn r23] did much cosmetic work.
author rlm
date Sun, 03 Jan 2010 03:36:21 -0500
parents 896afe03bc67
children 707d202f58b1
line wrap: on
line diff
     1.1 --- a/buy.html	Sun Jan 03 00:55:18 2010 -0500
     1.2 +++ b/buy.html	Sun Jan 03 03:36:21 2010 -0500
     1.3 @@ -10,34 +10,31 @@
     1.4  
     1.5  </head>
     1.6  
     1.7 -<body>
     1.8 +<body id = "buy">
     1.9  
    1.10  PERL-REPLACE::TOP_MENU
    1.11  
    1.12  
    1.13 -<div class="whole">
    1.14 +<div id="whole" class = "clearfix">
    1.15  
    1.16 +<div id="templates" >PERL-REPLACE::TEMPLATES</div>
    1.17  
    1.18 -<div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">
    1.19 -PERL-REPLACE::MATERIALS
    1.20 +
    1.21 +<div id = "centerbox" >
    1.22 +<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">PERL-REPLACE::DISPLAY</div>
    1.23 +<div id="pokedex"></div>
    1.24  </div>
    1.25  
    1.26  
    1.27 -<div id="templates" >
    1.28 -PERL-REPLACE::TEMPLATES
    1.29 -</div>
    1.30 -
    1.31 -<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"></div>
    1.32 -
    1.33 -<div id="inputbox" ></div>
    1.34 -
    1.35 -
    1.36 +<div id="inputbox" >PERL-REPLACE::INPUTBOX</div>
    1.37 +<div id = "garbage">&nbsp;</div>
    1.38  
    1.39  </div>
    1.40  
    1.41  
    1.42 -<div id="pokedex">
    1.43 -</div>
    1.44 +
    1.45 +<div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">PERL-REPLACE::MATERIALS</div>
    1.46 +
    1.47  
    1.48  </body>
    1.49