Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fdr77 Friend
    #164527

    I want to create a new suffix for blocks
    I add this in template.css

    div.ja-moduletable, div.moduletable {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px 2px 4px 2px;
    padding: 0;
    }

    div.ja-moduletable, div.moduletable_colore {
    background: url("../images/right-bg.png") repeat-x scroll 0 0 #F3F8FB;
    border: 1px solid #ccc;
    margin: 2px 2px 4px 2px;
    padding: 0;
    }

    But it takes only the new style and not the default
    What’s missing or what is wrong?


    1. jaT
    fdr77 Friend
    #393259

    solved …in this mode

    div.ja-moduletable, div.moduletable {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px 2px 4px 2px;
    padding: 0;
    }

    div.ja-moduletable_colore, div.moduletable_colore {
    background: url("../images/right-bg.png") repeat-x scroll 0 0 #F3F8FB;
    border: 1px solid #ccc;
    margin: 2px 2px 4px 2px;
    padding: 0;
    }

    Is right?

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

This topic contains 2 replies, has 1 voice, and was last updated by  fdr77 13 years, 6 months ago.

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