From 3286ce6bfe55e9385dbca31b81fa2773bce20db1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 13 Jan 2013 10:13:50 +0100 Subject: [PATCH] web: drop a shadow on images --- content/media/css/lldpd.4.images.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/media/css/lldpd.4.images.less b/content/media/css/lldpd.4.images.less index 5c6fef87..f0d63e1e 100644 --- a/content/media/css/lldpd.4.images.less +++ b/content/media/css/lldpd.4.images.less @@ -3,13 +3,14 @@ article { /* Images */ img { - max-width: 100%; + max-width: 96%; width: auto; height: auto; background-color: white; - padding: 1em; + padding: 2%; vertical-align: bottom; margin: 1em auto; display: block; interpolation-mode: bicubic; + box-shadow: 0 0 10px #333; } } -- 2.39.5