Browse Source

docs : tweaks to layout modes

pull/14/head
David DeSandro 14 years ago
parent
commit
fcbc2ca3a4
  1. 8
      _posts/demos/2010-12-29-layout-modes.html
  2. 4
      _posts/docs/2010-12-03-options.mdown
  3. 4
      _posts/docs/2010-12-05-layout-modes.mdown

8
_posts/demos/2010-12-29-layout-modes.html

@ -15,7 +15,13 @@ category: demos
<body>
<h1>{{ page.title }}</h1>
<section id="copy">
<p>Isotope has a versatile layout engine that can accommodate multiple layout modes. See the docs on <a href="../docs/layout-modes.html">layout modes</a>.</p>
</section>
<section id="options" class="clearfix">
{% include layout-options.html %}

4
_posts/docs/2010-12-03-options.mdown

@ -139,6 +139,10 @@ Restricts Isotope item elements to selector.
<dd class="default"><code><span class="s1">'masonry'</span></code></dd>
</dl>
See also docs on [Layout Modes](layout-modes.html).
[**See Example: Layout Modes**](../demos/layout-modes.html)
## resizeable
<dl class="clearfix">

4
_posts/docs/2010-12-05-layout-modes.mdown

@ -7,9 +7,9 @@ body_class: option-def
---
Isotope is versatile in that it can accommodate multiple layout modes. You can set and change the layout mode via the `layoutMode` option.
Isotope has a versatile layout engine that can accommodate multiple layout modes. You can set and change the layout mode via the `layoutMode` option.
[**See Example: Layout Modes**](../examples/layout-modes.html)
[**See Example: Layout Modes**](../demos/layout-modes.html)
### Example

Loading…
Cancel
Save