Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Keep all demo images in assets/img folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Dec 6, 2012
1 parent e19cc2f commit 4437c3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/demos/tables/phone-compare.html
Expand Up @@ -133,10 +133,10 @@ <h3>One X</h3>
<tbody>
<tr class="photos">
<th class="label">Photo</th>
<td><a href="#img-iphone5" data-rel="popup" data-position-to="window"><img src="images/phone_iphone5.png" /></a></td>
<td><a href="#img-galaxy" data-rel="popup" data-position-to="window"><img src="images/phone_galaxy3.png" /></a></td>
<td><a href="#img-lumia" data-rel="popup" data-position-to="window"><img src="images/phone_lumia920.png" /></a></td>
<td><a href="#img-onex" data-rel="popup" data-position-to="window"><img src="images/phone_onex.png" /></a></td>
<td><a href="#img-iphone5" data-rel="popup" data-position-to="window"><img src="../_assets/img/phone_iphone5.png" /></a></td>
<td><a href="#img-galaxy" data-rel="popup" data-position-to="window"><img src="../_assets/img/phone_galaxy3.png" /></a></td>
<td><a href="#img-lumia" data-rel="popup" data-position-to="window"><img src="../_assets/img/phone_lumia920.png" /></a></td>
<td><a href="#img-onex" data-rel="popup" data-position-to="window"><img src="../_assets/img/phone_onex.png" /></a></td>
</tr>
<tr>
<th class="label">Height</th>
Expand Down Expand Up @@ -172,19 +172,19 @@ <h3>One X</h3>
<!-- Popups for lightbox images -->

<div id="img-iphone5" data-role="popup" data-overlay-theme="a">
<img src="images/phone_iphone5.png">
<img src="../_assets/img/phone_iphone5.png">
</div>

<div id="img-galaxy" data-role="popup" data-overlay-theme="a">
<img src="images/phone_galaxy3.png">
<img src="../_assets/img/phone_galaxy3.png">
</div>

<div id="img-lumia" data-role="popup" data-overlay-theme="a">
<img src="images/phone_lumia920.png">
<img src="../_assets/img/phone_lumia920.png">
</div>

<div id="img-onex" data-role="popup" data-overlay-theme="a">
<img src="images/phone_onex.png">
<img src="../_assets/img/phone_onex.png">
</div>


Expand Down

0 comments on commit 4437c3d

Please sign in to comment.