You are here

views_isotope.css in Brainstorm profile 7

Minimal CSS that applies to every probable implementation.

File

modules/custom/views_isotope/views_isotope.css
View source
  1. /**
  2. * @file
  3. * Minimal CSS that applies to every probable implementation.
  4. */
  5. .isotope-element .sort-data,
  6. .isotope-grid-sizer,
  7. .isotope-gutter-sizer {
  8. display: none;
  9. }
  10. /* clear fix */
  11. .isotope-container:after {
  12. content: '';
  13. display: block;
  14. clear: both;
  15. }