Community & Support

Vertical alignment of <li> background image...

I have a local.css I'm working with and the background images on list items are aligning in the middle... Is this correct CSS coding?

#content-content li {
background-position: top;
}