Don’t like the indentation size of list elements in Firefox? I tried padding and I tried margin-left. After much too long, I realized that I failed to try both.
div.links_list ul
{
margin-top: -10px;
margin-bottom: 0px;
margin-left: 5px;
padding: 0px;
}
You rock, that simple little paragraph just fixed a problem I’ve been fiddling with for an hour.