the vlaue of vertical-align should be "middle" not "center" in the line 61;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3683 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2009-07-02 09:35:50 +00:00
parent fc3e4f5911
commit 63d502f2fa

View File

@ -58,7 +58,7 @@ table.tabTable thead tr th, table.tabTable tfoot tr th {
table.tabTable tbody td {
color: #3D3D3D;
padding: 4px;
vertical-align: center;
vertical-align: middle;
}