mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-03 03:15:33 +00:00
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:
@ -348,6 +348,7 @@ legend {
|
||||
.tab ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.tab textarea {
|
||||
|
Reference in New Issue
Block a user