Hi there. I'm testing the last 1.32 version of Panopoly and I have found a (super minor) bug in css code of panopoly_images module.
File panopoly-images/panopoly-images.css misses a comma at line 8.

img.panopoly-image-half,
 img.panopoly-image-quarter,
 img.panopoly-image-featured,
-img.panopoly-image-thumbnail
+img.panopoly-image-thumbnail,
 img.panopoly-image-square,
 img.panopoly-image-original,
 img.panopoly-image-spotlight,

This prevent some following statements to be recognized in the css.

Since this is a super minor simple problem, I wish to try to roll a patch, it would be for me the first code contribution. So, I'm going to try (I'm not a coder yet!)
I hope you don't mind

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miromarchi created an issue. See original summary.

miromarchi’s picture

I tryied to patch with git format-patch, hope I did it right! Have a good day to everybody there!

miromarchi’s picture

Status: Active » Needs review
dsnopek’s picture

Status: Needs review » Fixed

Thanks! Not sure how no one caught that! Committed. :-)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.