Changed style.css so there are no list-style used for <ol> objects in a tab.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8038 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
980476bb4e
commit
27eafc739a
@ -348,6 +348,7 @@ legend {
|
||||
.tab ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.tab textarea {
|
||||
|
Loading…
Reference in New Issue
Block a user