blob: 3fa7be01450b18e338be32c870eace0b400ac6e7 [file] [log] [blame]
Chris Lattner217543b2007-12-09 08:40:26 +00001html, body {
Chris Lattner217543b2007-12-09 08:40:26 +00002 padding:0px;
3}
4
Chris Lattner1a380a02007-12-10 07:14:08 +00005/* Slides */
6IMG.img_slide {
7 display: block;
8 margin-left: auto;
9 margin-right: auto
10}
11
12
Chris Lattner217543b2007-12-09 08:40:26 +000013/* FIXME: This is only for the status page */
14table,tr,td {
15 border:.3ex solid black;
16 border-collapse:collapse;
17 padding:.4ex;
18}
Kevinbc8e50f2007-10-05 21:18:52 +000019
Chris Lattner217543b2007-12-09 08:40:26 +000020.weak_txt {
21 font-size:.9em;
22 color:rgb(100,100,100);
23}
Kevinbc8e50f2007-10-05 21:18:52 +000024
Chris Lattner217543b2007-12-09 08:40:26 +000025.code {
26 font:Courier,Arial;
27}
Chris Lattner217543b2007-12-09 08:40:26 +000028.simple_list { /* simple lists that don't need to stand out */
29 margin-left:0;
30}
Chris Lattner1a380a02007-12-10 07:14:08 +000031