Fixing alignment of text in tables.

This commit is contained in:
Mark Story 2010-01-03 00:26:19 -05:00
parent 18f58c41ae
commit 0311ddb609

View file

@ -156,7 +156,7 @@ th a.desc:after {
table tr td {
background: #fff;
padding: 6px;
text-align: center;
text-align: left;
vertical-align: top;
border-bottom:1px solid #ddd;
}