diff css/faq.css @ 78:4ebd94bfecda laserkard

moved css files to own directory; deleted USELESS files
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Jul 2010 09:56:12 -0400
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css/faq.css	Thu Jul 22 09:56:12 2010 -0400
     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: #fff;
    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 +}