I have been googling to find the solution to this and have tried the star hack but cannot seem to get it to work.
I have tried all permutations on the * line but each time it still views the -15 and the text is out of line.
Any suggestions, don't know much about this level of CSS as it is a open source template i'm using.
Code:
* html body div#local ul {
margin-left:20px;
list-style: none;
}
#local ul {
margin-left: -15px;
list-style: none;
}
Any suggestions, don't know much about this level of CSS as it is a open source template i'm using.