From: Geoff Kimball Date: Tue, 8 Mar 2016 17:21:53 +0000 (-0800) Subject: Add docs page for thumbnail X-Git-Tag: v2.0.0-rc.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc3dceaeaf9afef0d1f43fc242311327f079e86;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add docs page for thumbnail --- diff --git a/docs/pages/thumbnail.md b/docs/pages/thumbnail.md new file mode 100644 index 00000000..48362741 --- /dev/null +++ b/docs/pages/thumbnail.md @@ -0,0 +1,14 @@ +--- +title: Thumbnail +description: Spruce up an image tag with our thumbnail style. +--- + +The thumbnail style adds padding and a box shadow to an image. To use it, just add the class `.thumbnail` to an image element. + +```inky + + + + +
+```