View Single Post
Old 03-14-2012, 01:19 PM   #5
LostSock
Enthusiast
LostSock began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Jun 2011
Device: none
Unfortunately, I can't upload it. But I did manage to get a fix of sorts working. I added this to my CSS:

#main ul {
list-style-type:circle;
margin: 1em 0 0 1em;}
#main2 ol {
list-style-type:decimal;
margin: 1em 0 0 1em;}
#main li {
list-style-type:circle;
margin : 1.5em 0 0 0;
padding: 0 0 0.75em 0;
}
#main2 li {
list-style-type:decimal;
margin : 1.5em 0 0 0;
padding: 0 0 0.75em 0;
}

and tagged with the proper IDs.


Thank you for trying to help!
LostSock is offline   Reply With Quote