From 5e019357fedee83bfa502b69689505332ca7b2d2 Mon Sep 17 00:00:00 2001 From: alexandre-pereira Date: Mon, 16 Mar 2015 16:42:41 +0100 Subject: [PATCH] correction thumbnail --- SRC/resources/views/backend/ref_home.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SRC/resources/views/backend/ref_home.blade.php b/SRC/resources/views/backend/ref_home.blade.php index 4d7b4b8..804fc40 100755 --- a/SRC/resources/views/backend/ref_home.blade.php +++ b/SRC/resources/views/backend/ref_home.blade.php @@ -241,8 +241,9 @@ .thumbnails .thumbnail { margin-bottom: 0; } - .thumbnails .li { - margin: 0; + .thumbnail img { + width:100px; + height: 100px; } @endsection