Quote:
Originally Posted by nerbert
You can make a shaded class in additional.css
Code:
.shaded{
-moz-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
}
and put "shaded" in the list of classes for the element. Or just add those three lines to the css for the elements
|
Yeah you are right I forgot to update this, that is exactly what I did and just used div class to wrap it around the block parts.
Well done
Mick