comparison index.css @ 0:4845b395874c

Origination.
author Atul Varma <varmaa@toolness.com>
date Mon, 30 Mar 2009 13:33:32 -0700
parents
children 9b9d095c5d2c
comparison
equal deleted inserted replaced
-1:000000000000 0:4845b395874c
1 body {
2 font-family: helvetica;
3 font-size: 9pt;
4 color: black;
5 background-color: white;
6 }
7
8 a {
9 text-decoration: none;
10 border-bottom: 1px dotted;
11 color: black;
12 }
13
14 #current-challenge {
15 display: none;
16 }
17
18 #messages {
19 display: none;
20 }
21
22 .challenge {
23 display: none;
24 }
25