]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
web: drop a shadow on images
authorVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 09:13:50 +0000 (10:13 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 09:13:50 +0000 (10:13 +0100)
content/media/css/lldpd.4.images.less

index 5c6fef87a5e9a3b22444cd73277740f3b951cb6e..f0d63e1e7ff1982894db1db6445b0c67ae6822dc 100644 (file)
@@ -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;
     }
 }