class-website/static/css/index.css

27 lines
360 B
CSS

/* Housekeeping */
html{
font:0.75em/1.5 sans-serif;
color:#333;
background-color:#fff;
padding:1em;
}
/* Tables */
table{
width:100%;
margin-bottom:1em;
border-collapse: collapse;
}
th{
font-weight:bold;
background-color:#ddd;
}
th,
td{
padding:0.5em;
border:1px solid #ccc;
}
td.space{
padding-right: 20px;
}