isotope.css in Isotope (with Masonry and Packery) 8
Same filename and directory in other branches
Minimal CSS that applies to every probable implementation.
File
css/isotope.cssView source
- /**
- * @file
- * Minimal CSS that applies to every probable implementation.
- */
-
- /* Hide elements that are only for JS. */
- .js-isotope-element .js-sort-data,
- .js-isotope-grid-sizer,
- .js-isotope-gutter-sizer {
- display: none;
- }
-
- /* clear fix */
- .js-isotope-grid:after {
- content: '';
- display: block;
- clear: both;
- }