2
0
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:
phamt
2010-11-04 14:29:56 +00:00
parent 980476bb4e
commit 27eafc739a

View File

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