view css/faq.css @ 106:5b0753c6f34d laserkard tip

updated to newest compojure and a simpler syntax
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 20:22:58 -0400
parents 4ebd94bfecda
children
line wrap: on
line source

2 div.whole
3 {
4 width: 700px ;
5 margin-top:25px;
6 margin-left: auto ;
7 margin-right: auto ;
10 }
14 p.question
16 {
18 font: bold 18px "helvetica","arial", "sans-serif";
19 color: #fff;
21 }
25 p.answer
27 {
29 font: bold 18px "helvetica","arial", "sans-serif";
30 color: #bbb;
31 margin-left: 30px;
32 }