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:
parent
d866f17405
commit
637b4666ff
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ html, body {
|
|||
|
||||
img
|
||||
{
|
||||
box-shadow: 0 0 10px 0px #888888;
|
||||
filter: drop-shadow( 0px 0px 5px #888888 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue