omeka / theme-seasons

A colorful theme with a configuration option to switch style sheets for a particular season. For version 1.2 and above, Seasons offers the style sheets of earlier themes, Spring, Summer, Fall, Winter.
http://omeka.org/add-ons/themes/
GNU General Public License v3.0
6 stars 15 forks source link

Implemented fix for display of Recaptcha #21

Closed anuragji closed 9 years ago

zerocrates commented 9 years ago

It looks like what happened here is that the problem was temporarily fixed, but the fix was applied directly to the CSS, not the SASS source, so the next change to the SASS ended up overriding the intended fix back to being broken (incidentally, this PR makes that same mistake).

We'll go back and re-apply the original intended fix.

anuragji commented 9 years ago

Sounds good!

zerocrates commented 9 years ago

Okay, the problem should have been fixed (again) by 8119f5ecc17e911221dcc826fc415607ee1b31a4

Let us know if it's working after an updated pull.

anuragji commented 9 years ago

Yep, that works... Thanks - I'll close the p.r.