Skip to content

Commit

Permalink
changed the image commenting in base.css to be more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
dhg committed May 21, 2011
1 parent df67c35 commit 41912bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions stylesheets/base.css
Expand Up @@ -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%;
Expand Down

0 comments on commit 41912bd

Please sign in to comment.