Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • bitx Friend
    #143492

    Hi there

    I want to use the “Star list” but it seems, that there is an error. Instead displaying a unsorted list with a star at the left, it shows: DOT, STAR, TEXT.

    I had a look at the “typo.css” and there is something missing.

    Original:

    /* Star list */

    ul.star li {
    background: url(../images/icon-star.gif) no-repeat 0px 5px;
    margin-left: 15px;
    padding: 2px 0 2px 20px;
    }

    I completed:

    /* Star list */
    ul.star {
    list-style: none;
    }

    ul.star li {
    background: url(../images/icon-star.gif) no-repeat 0px 5px;
    margin-left: 15px;
    padding: 2px 0 2px 20px;
    }

    but it still does not work!

    Please let me know, how I could get the list working properly!

    Thanks in advance

    mihirc Friend
    #314426

    Hello,

    Can you please post a live link so that we can take a look atthe problem?

    Regards,
    Mihir Chhatre.

    bitx Friend
    #314427

    For anyone with the same problem, you have to add manually

    /* Star list */
    ul.star {
    list-style: none;
    }

    at line 118 (css/typo.css).

    It did its work, just forgott to clear browser cache! 😀

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  bitx 15 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum