- 5,178
- Worcester, MA
- skip0110
I'm having an issue with CSS and unordered lists.
The site is : http://people.bu.edu/nkundu/indexsmall.html
Towards the end of the page, you see bulleted list under the header "Independent Work". I'd like this list to line up with the other tabbed-in text better. Ideally, the left edge of the bullets should line of with the other indented text, but I'd settle for the list item text lining up and the bullets hanging off the edge.
What else do I need in there?
Thanks in advance for any help![Smile :) :)](/wp-content/themes/gtp16/images/smilies/smile.svg?v=3)
The site is : http://people.bu.edu/nkundu/indexsmall.html
Towards the end of the page, you see bulleted list under the header "Independent Work". I'd like this list to line up with the other tabbed-in text better. Ideally, the left edge of the bullets should line of with the other indented text, but I'd settle for the list item text lining up and the bullets hanging off the edge.
Code:
ul
{
list-style-position: outside;
list-style-type: square;
}
Thanks in advance for any help