I installed it but it wont resize

i used urs before it worked but on my other skins but not on this skin.
maybe i put this in a wrong spot
.vbimgcodelimit {
cursor: pointer;
border: dotted 1px black;
}
where should i add this before or after all the codes ?
this is all the codes plz take a look
Quote:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
.vbimgcodelimit {
cursor: pointer;
border: dotted 1px black;
}
|