From 41912bd47d6062e386de2b9640acabade0c6206a Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Fri, 20 May 2011 17:18:42 -0700 Subject: [PATCH] changed the image commenting in base.css to be more clear --- stylesheets/base.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index 0f4b5c76d..26b024de7 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -120,10 +120,11 @@ /* #Images ================================================== */ /* - - This declaration breaks certain lightbox, slider or other plugins. The purpose is to make sure - images don't exceed the width of columns they are put into. Best solution is to individually - call these properties on images that you want to resize with the grid + 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 { max-width: 100%;