melpa/html/style.css
2012-01-22 14:28:13 -06:00

27 lines
374 B
CSS

#content {
width: 800px;
margin-left: auto;
margin-right: auto;
}
table {
width: 800px;
border-spacing: 0px;
border-top: 1px solid #ccc;
/* border-bottom: 1px solid #ccc; */
}
td, th {
padding: 2px 7px 2px 7px;
}
tr.header {
background-color: #fad;
text-align: left;
font-size: 110%;
}
tr.odd {
background-color: #ccc;
}