use box-shadow instead of border

This commit is contained in:
rabuzarus 2017-04-03 14:20:34 +02:00
parent 9f37acc6d4
commit 0b280219c6
2 changed files with 3 additions and 3 deletions

View file

@ -253,7 +253,7 @@ var FileBrowser = {
initGallery: function() {
$(".fbrowser.image .fbrowser-content-container").justifiedGallery({
'rowHeight': 80,
'margins': 2,
'margins': 3,
'border': 0
});
}