Viewing: One Entry

List Items’ Indent in Firefox

March 25, 2008 @ 21:06:38

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;
}

One Comment

January 4, 2009 @ 19:02:08

You rock, that simple little paragraph just fixed a problem I’ve been fiddling with for an hour.

Comments can be removed at any time for any reason. Thanks.