Skip to content

Commit d0b4fec

Browse files
committed
Demos: Fixed controlgroups header
1 parent a87c41d commit d0b4fec

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

docs/widgets/controlgroups/index.php

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,31 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Controlgroups - jQuery Mobile Demos</title>
7-
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css">
8-
<link rel="stylesheet" href="../../_assets/css/jqm-demos.css">
9-
<link rel="shortcut icon" href="../../_assets/favicon.ico">
10-
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
11-
<script src="../../../js/jquery.js"></script>
12-
<script src="../../_assets/js/"></script>
13-
<script src="../../../js/"></script>
14-
</head>
15-
<body>
16-
<div data-role="page" class="jqm-demos" data-quicklinks="true">
7+
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css">
8+
<link rel="stylesheet" href="../../_assets/css/jqm-demos.css">
9+
<link rel="shortcut icon" href="../../_assets/favicon.ico">
10+
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
11+
<script src="../../../js/jquery.js"></script>
12+
<script src="../../_assets/js/"></script>
13+
<script src="../../../js/"></script>
14+
<style>
15+
#demo-borders .ui-collapsible .ui-collapsible-heading .ui-btn { border-top-width: 1px !important; }
16+
</style>
17+
</head>
18+
<body>
19+
<div data-role="page" class="jqm-demos" data-quicklinks="true">
1720

18-
<div data-role="header" class="jqm-header">
19-
<h1>jQuery Mobile</h1>
20-
<a href="#panel-nav" class="jqm-navmenu-link" data-icon="bars" data-iconpos="notext">Navigation</a>
21-
<a href="#" class="jqm-search-link" data-icon="search" data-iconpos="notext">Search</a>
22-
<?php include( '../../search.php' ); ?>
23-
</div><!-- /header -->
24-
25-
<div data-role="content" class="jqm-content">
2621

27-
<h1>Controlgroup <a href="http://api.jquerymobile.com/controlgroup/" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right" class="jqm-api-link">API</a></h1>
22+
<div data-role="header" class="jqm-header">
23+
<h1 class="jqm-logo"><a href="../../../"><img src="../../_assets/img/jquery-logo.png" alt="jQuery Mobile Framework"></a></h1>
24+
<a href="#panel-nav" class="jqm-navmenu-link" data-icon="bars" data-iconpos="notext">Navigation</a>
25+
<a href="#" class="jqm-search-link" data-icon="search" data-iconpos="notext">Search</a>
26+
<?php include( '../../search.php' ); ?>
27+
</div><!-- /header -->
28+
29+
<div data-role="content" class="jqm-content">
30+
31+
<h1>Controlgroups <a href="http://api.jquerymobile.com/controlgroup/" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right" class="jqm-api-link">API</a></h1>
2832

2933

3034
<p class="jqm-intro">Controlgroups are used to visually group a set of buttons to form a single block that looks contained like a navigation component.

0 commit comments

Comments
 (0)