Skip to content

Commit

Permalink
setting vertical-align to default to middle on table data
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Yates committed Jan 28, 2010
1 parent 1ef4979 commit 766f398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/stylesheets/tables.css
Expand Up @@ -19,5 +19,9 @@ caption {
margin-bottom: 1em;
}

tr,td,th {
vertical-align: middle;
}

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

0 comments on commit 766f398

Please sign in to comment.