Keep Margins Out of Link Lists

  1. Make sure list items don’t have padding, but links do
  2. No margins in use, so there are no un-clickable gaps
ul li { padding: 0; margin: 0; }
ul a { padding: 5px; display: block; }

blocklinksplus

Today’s post is brought to you by the fairly-obvious-foundation, the yeah-but-I-see-it-all-the-time corporation, and the pet-peeve cooperative.

source

Leave a Reply

Your email address will not be published. Required fields are marked *