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

Commit 87890f4

Browse files
committed
Fixed back link on iframe page
1 parent f634cb3 commit 87890f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/pages/popup/popup-iframes.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
<div data-role="page" class="type-interior">
2121

22-
<div data-role="header" data-theme="f">
23-
24-
<p style="margin-bottom:-20px;"><a href="index.html">Popups &#8594;</a></p>
22+
<div data-role="header" data-theme="f">
2523
<h1>Popups with iframes</h1>
2624
<a href="../../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
2725
<a href="../../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
@@ -30,6 +28,7 @@ <h1>Popups with iframes</h1>
3028
<div data-role="content" class="ui-body">
3129
<div class="content-primary">
3230

31+
<p style="margin-bottom:-20px;"><a href="index.html">Popups &#8594;</a></p>
3332
<h2>Working with iframes in popups</h2>
3433

3534
<p>You may need to embed an iframe into a popup to use a 3rd party widget. Here, we'll walk through a few real-world examples of working with iframes: videos and maps.</p>

0 commit comments

Comments
 (0)