diff faq.css @ 36:bb048e29406b laserkard

[svn r37] added FAQ
author rlm
date Mon, 18 Jan 2010 15:52:33 -0500
parents
children 021a9ab1ed5b
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/faq.css	Mon Jan 18 15:52:33 2010 -0500
     1.3 @@ -0,0 +1,32 @@
     1.4 +
     1.5 +div.whole
     1.6 +{
     1.7 +  width: 700px ;
     1.8 +  margin-top:25px;
     1.9 +  margin-left: auto ;
    1.10 +  margin-right: auto ;
    1.11 +
    1.12 +
    1.13 +}
    1.14 +
    1.15 +
    1.16 +
    1.17 +p.question
    1.18 +
    1.19 +{
    1.20 +
    1.21 +font: bold 18px "helvetica","arial", "sans-serif";
    1.22 +color: white;
    1.23 +
    1.24 +}
    1.25 +
    1.26 +
    1.27 +
    1.28 +p.answer
    1.29 +
    1.30 +{
    1.31 +
    1.32 +font: bold 18px "helvetica","arial", "sans-serif";
    1.33 +color: #bbb;
    1.34 +margin-left: 30px;
    1.35 +}