melpa/html/style.css

28 lines
374 B
CSS
Raw Normal View History

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