diff echo.css @ 37:021a9ab1ed5b laserkard

[svn r38] added echo.pl, a test program for the backend of the website
author rlm
date Sun, 24 Jan 2010 09:37:47 -0500
parents
children 95fa4bcc5d67
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/echo.css	Sun Jan 24 09:37:47 2010 -0500
     1.3 @@ -0,0 +1,16 @@
     1.4 +div#perlClick
     1.5 +{
     1.6 +background-color: #aaa;
     1.7 +}
     1.8 +
     1.9 +
    1.10 +div#output
    1.11 +{
    1.12 +background-color: #585;
    1.13 +}
    1.14 +
    1.15 +
    1.16 +div#disp_contain
    1.17 +{
    1.18 +background-color: #aab;
    1.19 +}