Jump to content

Less spacing in UL


Brandon Jaeger

Recommended Posts

Right now I'm using this for my unordered lists and there's too much vertical spacing (if that makes any sense). I need to reduce that amount of space by a few pixels. I've tried changing the padding/margin with no luck.

ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: black;
text-decoration: none;
text-indent: 3px;
list-style-position: inside;
list-style-type: square;
padding: 2px;
margin: 0px;
}

 

Thanks

Brandon

Link to comment
https://forums.phpfreaks.com/topic/127593-less-spacing-in-ul/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.