-
AuthorPosts
-
fdr77 Friend
fdr77
- Join date:
- April 2011
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
May 27, 2011 at 6:36 pm #164527I want to create a new suffix for blocks
I add this in template.cssdiv.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?
fdr77 Friendfdr77
- Join date:
- April 2011
- Posts:
- 104
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
May 27, 2011 at 6:52 pm #393259solved …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?
AuthorPostsViewing 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
new suffix for blocks
Viewing 2 posts - 1 through 2 (of 2 total)