From a54370cb1b7709fa85f6a0159e16fd41bbe91e9f Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 28 May 2015 11:10:38 +0100 Subject: [PATCH] Add no border style for images. --- _assets/stylesheets/parts/post.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_assets/stylesheets/parts/post.css.scss b/_assets/stylesheets/parts/post.css.scss index dd8aadf..945dbee 100644 --- a/_assets/stylesheets/parts/post.css.scss +++ b/_assets/stylesheets/parts/post.css.scss @@ -41,6 +41,9 @@ article { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); padding: 0.5em; margin: -0.5em; + &.no-border { + box-shadow: none; + } } > footer { padding-left: 0;