From 73c2e94a329d866908aadd51d01cd2406ce38cb0 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 4 Jun 2013 18:43:44 -0700 Subject: [PATCH] Pad image from container --- static/image-view.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/image-view.less b/static/image-view.less index cce702672..dee2e5fd3 100644 --- a/static/image-view.less +++ b/static/image-view.less @@ -8,6 +8,7 @@ .image-container { height: 100%; width: 100%; + padding: 10px; } img {