Skip to content

Commit 1f1ecc8

Browse files
committed
style(examples): minors
1 parent 3dde3be commit 1f1ecc8

14 files changed

+28
-24
lines changed

examples/0-showcase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3>React-Grid-Layout Demo 0 - Showcase</h3>
1515
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1616
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/0-showcase.jsx">View this example's source</a></li>
1717

18-
<li><a href="1-basic.html">View the next example: "Basic"</a></li>
18+
<li><a href="1-basic.html"><b></b>View the next example: "Basic"</a></li>
1919
</ul>
2020
<div id="content"></div>
2121
</body>

examples/1-basic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ <h3>React-Grid-Layout Demo 1 - Basic</h3>
1515
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1616
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/1-basic.jsx">View this example's source</a></li>
1717

18-
<li><a href="0-showcase.html">View the previous example: "Showcase"</a></li>
18+
<li><a href="0-showcase.html"><b></b> View the previous example: "Showcase"</a></li>
1919

20-
<li><a href="2-no-dragging.html">View the next example: "No Dragging"</a></li>
20+
<li><a href="2-no-dragging.html"><b></b>View the next example: "No Dragging"</a></li>
2121
</ul>
2222
<div id="content"></div>
2323
</body>

examples/10-dynamic-min-max-wh.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ <h3>React-Grid-Layout Demo 10 - Dynamic Minimum and Maximum Width/Height</h3>
1515
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1616
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/10-dynamic-min-max-wh.jsx">View this example's source</a></li>
1717

18-
<li><a href="9-min-max-wh.html">View the previous example: "Minimum and Maximum Width/Height"</a></li>
18+
<li><a href="9-min-max-wh.html"><b></b> View the previous example: "Minimum and Maximum Width/Height"</a></li>
1919

20-
<li><a href="11-no-vertical-compact.html">View the next example: "No Vertical Compacting (Free Movement)"</a></li>
20+
<li><a href="11-no-vertical-compact.html"><b></b>View the next example: "No Vertical Compacting (Free Movement)"</a></li>
2121
</ul>
2222
<div id="content"></div>
2323
</body>

examples/11-no-vertical-compact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>React-Grid-Layout Demo 11 - No Vertical Compacting (Free Movement)</h3>
1414
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1515
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/11-no-vertical-compact.jsx">View this example's source</a></li>
1616

17-
<li><a href="10-dynamic-min-max-wh.html">View the previous example: "Dynamic Minimum and Maximum Width/Height"</a></li>
17+
<li><a href="10-dynamic-min-max-wh.html"><b></b> View the previous example: "Dynamic Minimum and Maximum Width/Height"</a></li>
1818
</ul>
1919
<div id="content"></div>
2020
</body>

examples/2-no-dragging.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ <h3>React-Grid-Layout Demo 2 - No Dragging</h3>
1414
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1515
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/2-no-dragging.jsx">View this example's source</a></li>
1616

17-
<li><a href="1-basic.html">View the previous example: "Basic"</a></li>
17+
<li><a href="1-basic.html"><b></b> View the previous example: "Basic"</a></li>
1818

19-
<li><a href="3-messy.html">View the next example: "Messy"</a></li>
19+
<li><a href="3-messy.html"><b></b>View the next example: "Messy"</a></li>
2020
</ul>
2121
<div id="content"></div>
2222
</body>

examples/3-messy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ <h3>React-Grid-Layout Demo 3 - Messy</h3>
1616
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1717
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/3-messy.jsx">View this example's source</a></li>
1818

19-
<li><a href="2-no-dragging.html">View the previous example: "No Dragging"</a></li>
19+
<li><a href="2-no-dragging.html"><b></b> View the previous example: "No Dragging"</a></li>
2020

21-
<li><a href="4-grid-property.html">View the next example: "Grid Item Properties"</a></li>
21+
<li><a href="4-grid-property.html"><b></b>View the next example: "Grid Item Properties"</a></li>
2222
</ul>
2323
<div id="content"></div>
2424
</body>

examples/4-grid-property.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ <h3>React-Grid-Layout Demo 4 - Grid Item Properties</h3>
1414
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1515
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/4-grid-property.jsx">View this example's source</a></li>
1616

17-
<li><a href="3-messy.html">View the previous example: "Messy"</a></li>
17+
<li><a href="3-messy.html"><b></b> View the previous example: "Messy"</a></li>
1818

19-
<li><a href="5-static-elements.html">View the next example: "Static Elements"</a></li>
19+
<li><a href="5-static-elements.html"><b></b>View the next example: "Static Elements"</a></li>
2020
</ul>
2121
<div id="content"></div>
2222
</body>

examples/5-static-elements.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ <h3>React-Grid-Layout Demo 5 - Static Elements</h3>
1414
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1515
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/5-static-elements.jsx">View this example's source</a></li>
1616

17-
<li><a href="4-grid-property.html">View the previous example: "Grid Item Properties"</a></li>
17+
<li><a href="4-grid-property.html"><b></b> View the previous example: "Grid Item Properties"</a></li>
1818

19-
<li><a href="6-dynamic-add-remove.html">View the next example: "Dynamic Add/Remove"</a></li>
19+
<li><a href="6-dynamic-add-remove.html"><b></b>View the next example: "Dynamic Add/Remove"</a></li>
2020
</ul>
2121
<div id="content"></div>
2222
</body>

examples/6-dynamic-add-remove.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ <h3>React-Grid-Layout Demo 6 - Dynamic Add/Remove</h3>
1616
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1717
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/6-dynamic-add-remove.jsx">View this example's source</a></li>
1818

19-
<li><a href="5-static-elements.html">View the previous example: "Static Elements"</a></li>
19+
<li><a href="5-static-elements.html"><b></b> View the previous example: "Static Elements"</a></li>
2020

21-
<li><a href="7-localstorage.html">View the next example: "LocalStorage"</a></li>
21+
<li><a href="7-localstorage.html"><b></b>View the next example: "LocalStorage"</a></li>
2222
</ul>
2323
<div id="content"></div>
2424
</body>

examples/7-localstorage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ <h3>React-Grid-Layout Demo 7 - LocalStorage</h3>
1515
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
1616
<li><a href="https://github.com/STRML/react-grid-layout/blob/master/test/examples/7-localstorage.jsx">View this example's source</a></li>
1717

18-
<li><a href="6-dynamic-add-remove.html">View the previous example: "Dynamic Add/Remove"</a></li>
18+
<li><a href="6-dynamic-add-remove.html"><b></b> View the previous example: "Dynamic Add/Remove"</a></li>
1919

20-
<li><a href="8-localstorage-responsive.html">View the next example: "Responsive with LocalStorage"</a></li>
20+
<li><a href="8-localstorage-responsive.html"><b></b>View the next example: "Responsive with LocalStorage"</a></li>
2121
</ul>
2222
<div id="content"></div>
2323
</body>

0 commit comments

Comments
 (0)