From: Vincent Bernat Date: Sun, 13 Jan 2013 09:13:50 +0000 (+0100) Subject: web: drop a shadow on images X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3286ce6bfe55e9385dbca31b81fa2773bce20db1;p=thirdparty%2Flldpd.git web: drop a shadow on images --- 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; } }