Minor documentation fix

This commit is contained in:
Erick Pérez Castellanos 2014-12-13 10:36:15 -05:00
parent 779faafa22
commit ed1fb8d2af

View File

@ -1058,7 +1058,7 @@
* text or icon itself, which is always rendered on top of the shadow layer. * text or icon itself, which is always rendered on top of the shadow layer.
* *
* |[ * |[
* text-shadow: text-shadow: 1 1 0 blue, -4 -4 red; * text-shadow: 1 1 0 blue, -4 -4 red;
* ]| * ]|
* ## box-shadow: [ inset ] horizontal_offset vertical_offset [ blur_radius ] [ spread ] color; * ## box-shadow: [ inset ] horizontal_offset vertical_offset [ blur_radius ] [ spread ] color;