From 63d502f2fa22e6a7affcf61e4447d6c1ac586a81 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Thu, 2 Jul 2009 09:35:50 +0000 Subject: [PATCH] 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 --- xCAT-UI/css/config.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/css/config.css b/xCAT-UI/css/config.css index 4c3466920..89ec17512 100644 --- a/xCAT-UI/css/config.css +++ b/xCAT-UI/css/config.css @@ -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; }