Further tweak to table formatting

This commit is contained in:
Neale Pickett 2010-03-03 15:22:50 -07:00
parent e591ed1c1a
commit 43295d62cf
1 changed files with 6 additions and 1 deletions

View File

@ -116,8 +116,13 @@ pre {
} }
th, td { th {
vertical-align: top; vertical-align: top;
text-align: center;
}
td {
vertical-align: top;
text-align: right;
} }
p { p {