Center table headings.

This commit is contained in:
Raymond Hettinger 2009-04-09 23:34:14 +00:00
parent 390fa983d7
commit 80a71a0171

View file

@ -287,6 +287,10 @@ th {
background-color: #ede;
}
th.head {
text-align: center;
}
/* -- other body styles ----------------------------------------------------- */
dl {