Viewing 3 replies - 1 through 3 (of 3 total)
  • No suggestions… Just questions to help us to help you.

    Where exactly in your site do you want the bullets? What is now in your stylesheet that would/should display the bullets?
    Where is a post/Page where bullets should be visible?
    Those who are able to help can see your stylesheet without posting a link to it…

    Thread Starter buggirl

    (@buggirl)

    Thanks Moshu!

    Here’s a page that should have bullets:
    https://careernetwork.msu.edu/employers/recruiting/employer-services/

    The spacing is a little off too. I am beginning to suspect editormonkey. ??

    I know the site’s a little…rough. Our plone server crashed, and we needed a system that could share server space nicely, and that could be rebuilt in 2 days. WP did an awesome job, but I’m still chasing down a few fiddly CSS things. Someday, we’ll fix the navigation stuff too…
    Someday.

    Thread Starter buggirl

    (@buggirl)

    Oh, and the style sheet: I suspect that by turning off the bullets at the top and side, I somehow disabled them in the middle.

    #leftcolumn ul {
    margin-top: 10px;
    text-align: right;
    }

    #leftcolumn li {
    font-size: small;
    font-weight: 600;
    display: block;
    line-height: normal;
    list-style: none;
    }

    #toplinks ul, li {
    display: inline;
    padding: 5px;
    }

    #centercolumn li {
    list-style: circle outside;
    }

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bullets won’t display –Gah!’ is closed to new replies.