comparison index.css @ 3:9b9d095c5d2c

Changed some CSS styles, other cosmetic issues.
author Atul Varma <varmaa@toolness.com>
date Mon, 30 Mar 2009 16:53:35 -0700
parents 4845b395874c
children 24152e820405
comparison
equal deleted inserted replaced
2:a008ec979183 3:9b9d095c5d2c
1 body { 1 body {
2 font-family: helvetica; 2 font-family: palatino,georgia,verdana,serif;
3 font-size: 9pt; 3 font-size: 14pt;
4 color: black; 4 color: black;
5 background-color: white; 5 background-color: white;
6 text-align: center;
6 } 7 }
7 8
8 a { 9 a {
9 text-decoration: none; 10 text-decoration: none;
10 border-bottom: 1px dotted; 11 border-bottom: 1px dotted;
11 color: black; 12 color: black;
12 } 13 }
13 14
15 .hint-button {
16 font-style: italic;
17 padding: 2em;
18 }
19
14 #current-challenge { 20 #current-challenge {
15 display: none; 21 display: none;
22 width: 40em;
23 margin: 0 auto;
16 } 24 }
17 25
18 #messages { 26 #messages {
19 display: none; 27 display: none;
20 } 28 }
21 29
22 .challenge { 30 .challenge {
23 display: none; 31 display: none;
24 } 32 }
25