![]() |
Rounded Corners
How do you remove the rounded corners on your template?
|
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 |
Thanks.
|
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 |
All times are GMT. The time now is 07:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|