From 8ceabe11d678a6d4e0358ed0005fe4fa2b2f8aa0 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 4 Nov 2010 19:47:33 +0000 Subject: [PATCH] Node inventory was changed when .tab li was removed from style.css, putting this object back. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8048 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index a49f86aaf..689d086b4 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -348,7 +348,12 @@ legend { .tab ol { margin: 0; padding: 0; +} + +.tab li { list-style: none; + padding: 5px; + margin: 0; } .tab textarea {