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

Commit

Permalink
Demos - Fixed broken left panel on transitions page
Browse files Browse the repository at this point in the history
  • Loading branch information
toddparker committed Feb 2, 2013
1 parent 58e029a commit b3bf3ed
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/demos/widgets/transitions/index.html
Expand Up @@ -4,26 +4,27 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Transitions - jQuery Mobile Demos</title>
<link rel="stylesheet" href="../../../../css/themes/default/jquery.mobile.css">
<link rel="stylesheet" href="../../_assets/css/jqm-demos.css">
<link rel="shortcut icon" href="../../_assets/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
<script src="../../../../js/jquery.js"></script>
<script src="../../_assets/js/"></script>
<script src="../../../../js/"></script>
<link rel="stylesheet" href="../../../../css/themes/default/jquery.mobile.css">
<link rel="stylesheet" href="../../_assets/css/jqm-demos.css">
<link rel="shortcut icon" href="../../_assets/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
<script src="../../../../js/jquery.js"></script>
<script src="../../_assets/js/"></script>
<script src="../../../../js/"></script>
</head>
<body>
<div data-role="page" class="jqm-demos">

<div data-role="panel" id="transitions-sections" class="jqm-nav-panel" data-position="right" data-display="overlay" data-theme="c">
<div data-role="panel" id="transition-sections" class="jqm-nav-panel" data-position="right" data-display="overlay" data-theme="c">

<ul data-role="listview" data-inset="false" data-theme="d" data-divider-theme="d" class="jqm-list">

</ul>
</div>

<div data-role="header" class="jqm-header" data-theme="f">
<h1>jQuery Mobile</h1>
<a href="#transitions-nav" data-icon="bars" data-iconpos="notext">Navigation</a>
<a href="#panel-nav" data-icon="bars" data-iconpos="notext">Navigation</a>
<a href="../../" data-icon="home" data-iconpos="notext" data-ajax="false">Home</a>
</div><!-- /header -->

Expand All @@ -33,7 +34,7 @@ <h1>Transitions</h1>


<p class="jqm-intro">The jQuery Mobile framework includes a set of CSS-based transition effects that can be applied to any page link or form submission with Ajax navigation.
<a href="#transitions-sections" class="jqm-sections-link">Jump to section <span class="ui-icon ui-icon-bars">&nbsp;</span></a>
<a href="#transition-sections" class="jqm-sections-link">Jump to section <span class="ui-icon ui-icon-bars">&nbsp;</span></a>
</p>

<h2>Page transitions</h2>
Expand Down

0 comments on commit b3bf3ed

Please sign in to comment.