From 27eafc739a345d06f86fad5538f53337c03bc5a4 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 4 Nov 2010 14:29:56 +0000 Subject: [PATCH] Changed style.css so there are no list-style used for
    objects in a tab. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8038 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 4f3d270d3..9238b2cf0 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -348,6 +348,7 @@ legend { .tab ol { margin: 0; padding: 0; + list-style: none; } .tab textarea {