comparison 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
comparison
equal deleted inserted replaced
77:bf68c9ea9528 78:4ebd94bfecda
1
2 div.whole
3 {
4 width: 700px ;
5 margin-top:25px;
6 margin-left: auto ;
7 margin-right: auto ;
8
9
10 }
11
12
13
14 p.question
15
16 {
17
18 font: bold 18px "helvetica","arial", "sans-serif";
19 color: #fff;
20
21 }
22
23
24
25 p.answer
26
27 {
28
29 font: bold 18px "helvetica","arial", "sans-serif";
30 color: #bbb;
31 margin-left: 30px;
32 }