Browse Source

Merge branch 'master' into gh-pages

v1
David DeSandro 13 years ago
parent
commit
548cf84ecb
  1. 5
      _posts/tests/2011-05-18-centered-masonry.html
  2. 2
      _posts/tests/2011-07-14-masonry-gutters.html

5
_posts/tests/2011-05-18-centered-masonry.html

@ -11,7 +11,7 @@ category: tests
</style>
<section id="copy">
<p>Isotope&rsquo;s capabilities are designed to be used together cohesively. You can do it all &mdash; filter, sort, change layout modes, add items &mdash; and Isotope will handle it with ease.</p>
<p>Modified masonry layout mode for centered container.</p>
</section>
<section id="options" class="clearfix">
@ -63,8 +63,6 @@ category: tests
this.masonry.cols = cols;
// i.e. this.masonry.columnWidth = ...
this.masonry.columnWidth = colW;
return this;
};
$.Isotope.prototype._masonryReset = function() {
@ -77,7 +75,6 @@ category: tests
while (i--) {
this.masonry.colYs.push( 0 );
}
return this;
};
$.Isotope.prototype._masonryResizeChanged = function() {

2
_posts/tests/2011-07-14-masonry-gutters.html

@ -15,7 +15,7 @@ category: tests
</style>
<section id="copy">
<p>Modified masonry layout mode methods for gutterWidth. The items line up horiziontal flush with the container.</p>
<p>Modified masonry layout mode methods for gutterWidth. The items have no padding, so they can be lined-up horizontally adjacent to the container.</p>
<p>Set <code>gutterWidth</code> within <code>masonry</code> options.</p>
{% highlight javascript %}

Loading…
Cancel
Save