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:
parent
fc3e4f5911
commit
63d502f2fa
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user