From 6ebdefd3fda4796f16e1c28b5a9f38034be9453d Mon Sep 17 00:00:00 2001 From: davidpike7 Date: Fri, 16 Jan 2015 14:16:41 +1100 Subject: [PATCH] Remove fluid image override --- base/_images.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/base/_images.scss b/base/_images.scss index e6743325..359b692a 100644 --- a/base/_images.scss +++ b/base/_images.scss @@ -11,16 +11,6 @@ img{ max-width:100%; } - -/** - * Non-fluid images if you specify `width` and/or `height` attributes. - */ -img[width], -img[height]{ - max-width:none; -} - - /** * Rounded images. */