The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Rounded Corners
How do you remove the rounded corners on your template?
|
#2
|
|||
|
|||
Set the border radius in stylevars to 0, or go thru the CSS files and delete all the references for the rounded corner code.
Personally I just removed most the rounded corners reference code to slim down the CSS files any way and help ensure the site displays the same in IE and FF |
#3
|
|||
|
|||
Thanks.
|
#4
|
|||
|
|||
I do it this way:
* { -moz-box-shadow: none !important; } * { -webkit-box-shadow: none !important; } * { box-shadow: none !important; } * { -moz-border-radius: 0px !important; } * { -webkit-border-radius: 0px !important; } * { border-radius: 0px !important; } Read here more: http://www.vbulletin.com/forum/forum...nd-corners-etc |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|