From 0eed0f8949df277240de2943e7415606d2c63216 Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Mon, 6 Jun 2011 20:25:33 -0700 Subject: [PATCH] added the img.scale-with-grid class to allow people to select images that should size with the grid --- stylesheets/base.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index d798131..1bc6ccc 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -119,18 +119,10 @@ /* #Images ================================================== */ -/* - The purpose of the below declaration is to make sure images don't - exceed the width of columns they are put into when resizing window. - Unfortunately, this declaration breaks certain lightbox, slider or other plugins, - so the best solution is to individually call these properties on images that - are children of the grid that you want to resize with grid. - img { + img.scale-with-grid { max-width: 100%; height: auto; } - -*/ /* #Buttons