Mercurial > laserkard
diff buy.html @ 48:b2a11435a89b laserkard
[svn r49] implemented resizing text :)
author | rlm |
---|---|
date | Sun, 31 Jan 2010 20:26:16 -0500 |
parents | 4431dc7d4bb5 |
children | 1b5417799713 |
line wrap: on
line diff
1.1 --- a/buy.html Sun Jan 31 14:21:14 2010 -0500 1.2 +++ b/buy.html Sun Jan 31 20:26:16 2010 -0500 1.3 @@ -6,7 +6,7 @@ 1.4 <link href="./main.css" rel="stylesheet" type="text/css"> 1.5 <link href="./sexy.css" rel="stylesheet" type="text/css"> 1.6 1.7 -<title>Laserkard | Design Studio</title> 1.8 +<title>Laser Kard | Design Studio</title> 1.9 1.10 <script type="text/javascript" src="./buycode.js"></script> 1.11 <script type="text/javascript" src="./awesome_js/raphael.js"></script> 1.12 @@ -97,14 +97,8 @@ 1.13 </div> 1.14 1.15 1.16 -<div id = "descriptions"> 1.17 -{ 1.18 -"big_acrylic_clear" : "bold", 1.19 -"basic_acrylic_clear" : "wwx", 1.20 -"classic_acrylic_clear" : "fuck", 1.21 -"lines_acrylic_clear" : "damn" 1.22 -} 1.23 - 1.24 +<div id = "output"> 1.25 +OUTPUT 1.26 </div> 1.27 1.28