Mercurial > laserkard
comparison faq.css @ 36:bb048e29406b laserkard
[svn r37] added FAQ
author | rlm |
---|---|
date | Mon, 18 Jan 2010 15:52:33 -0500 |
parents | |
children | 021a9ab1ed5b |
comparison
equal
deleted
inserted
replaced
35:ae22c2d59891 | 36:bb048e29406b |
---|---|
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: white; | |
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 } |