Fixing shadows. SVG dummy images now get proper shadows.

Formerly shadows were shown around the square box of
the dummy images. But as we use images with rounded
corners shadows look terrible around the boxes. Now they
render properly.
This commit is contained in:
Christoph Haas 2015-05-02 11:34:11 +02:00
parent d866f17405
commit 637b4666ff

View file

@ -151,7 +151,7 @@ html, body {
img
{
box-shadow: 0 0 10px 0px #888888;
filter: drop-shadow( 0px 0px 5px #888888 );
}
}