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
This commit is contained in:
phamt 2010-11-04 19:47:33 +00:00
parent f1a7345c19
commit 8ceabe11d6

View File

@ -348,7 +348,12 @@ legend {
.tab ol {
margin: 0;
padding: 0;
}
.tab li {
list-style: none;
padding: 5px;
margin: 0;
}
.tab textarea {