removed the img width 100% declaration. Breaks some plugins and techniques, but commented why it was removed and how the same effect of scaling images can be achieved by individually calling those properties on images

This commit is contained in:
Dave Gamache 2011-05-20 15:30:44 -07:00
parent c1ad114a99
commit df67c35228

View File

@ -119,10 +119,18 @@
/* #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
img {
max-width: 100%;
height: auto; }
*/
/* #Buttons
================================================== */