forked from OSchip/llvm-project
27 lines
389 B
CSS
27 lines
389 B
CSS
html, body {
|
|
padding:0px;
|
|
}
|
|
|
|
/* Slides */
|
|
IMG.img_slide {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto
|
|
}
|
|
|
|
|
|
/* FIXME: This is only for the status page */
|
|
table,tr,td {
|
|
border:.3ex solid black;
|
|
border-collapse:collapse;
|
|
padding:.4ex;
|
|
}
|
|
|
|
.code {
|
|
font:Courier,Arial;
|
|
}
|
|
.simple_list { /* simple lists that don't need to stand out */
|
|
margin-left:0;
|
|
}
|
|
|