This page shows how to enable drop-shadows below the thumbnails.
Here is how to achieve this :
- Place shadow.png in your pub/css directory.
- Add to the end of the file pub/css/local.css the following :
.minilink { display: block; float: left; border:none; background: url(shadow.png) bottom right no-repeat; margin: 8px;}
.mini { margin: -6px 6px 6px -6px; border: none; }
This works in recent versions of Konqueror, Mozilla/Firefox, Safari/Chrome, Opera, MSIE7+. Enjoy.