If you do not like the corners or drop shadows in vBulletin 4.0 they can be easily removed. Enter either one of these, or both in to the additional.css template. Not all browsers render these features anyway, so it does not affect everyone.
Note: This value will only work in vBulletin 4.0.1 and above.
Remove Drop Shadows
Remove CornersPHP Code:* {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
PHP Code:* {
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}
Last edited by hybrid; 02-02-2010 at 08:48 PM.
Hybrid
█ creative visuals beyond imagination ● Digital Port
There are currently 1 users browsing this thread. (0 members and 1 guests)