Return to Snippet

Revision: 67579
at October 8, 2014 07:14 by bcounts


Initial Code
li {
  background: url(images/bullet.gif) no-repeat left top;
  padding: 3px 0px 3px 10px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
}

Initial URL
http://alistapart.com/article/taminglists

Initial Description
Using a combination of background and padding styles to modify the way list image styles are applied.

Initial Title
List image - space before text

Initial Tags
text, background

Initial Language
CSS