Quote:
Originally Posted by Mostjolly
Where the vbulletin-chrome.css located.. and will you please provide the code structure too?
Thank you.
|
AdminCP->Styles & Templates->Style Manager
Select 'Edit Templates' for your style, scroll down and double click on CSS Templates.
Scroll down to vbulletin-chrome.css and double click on it.
Scroll down to the end of the code in the box and add this..
Code:
.roundedav {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
Click Save.
Then add class="roundedav" to any image you want to have rounded corners.
--------------- Added [DATE]1315652978[/DATE] at [TIME]1315652978[/TIME] ---------------
Quote:
Originally Posted by Max Taxable
And that is all I changed.Thank you, this now works. I will note in passing you merely omitted the td class=alt2 from the code originally supplied. What exactly was the purpose of it to start with?
|
Without checking, I believe the code with the class=alt2 is from the default vB style. Your customizations already had that higher up in the code.