From b6369a7638dee7d18ec32f103c87be10a43a14c6 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 13 Jun 2012 09:20:17 +0000 Subject: [PATCH] change the style on discover page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13075 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 58f7b2828..3dc57ddd1 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -804,4 +804,14 @@ td.jqplot-table-legend { td.jqplot-table-legend>div { border-width: 0px; +} + +/*--- setup wizard section ---*/ +#discoverTab table{ + border-style: none; +} + +#discoverTab td{ + border-style: none; + text-align: left; } \ No newline at end of file