~ci-train-bot/ubuntu-html5-theme/ubuntu-html5-theme-ubuntu-yakkety-landing-067

« back to all changes in this revision

Viewing changes to examples/html5-theme/ui-gallery/index.html

  • Committer: CI Train Bot
  • Author(s): Alexandre Abreu
  • Date: 2016-02-03 21:27:50 UTC
  • mfrom: (211.2.4 latest)
  • Revision ID: ci-train-bot@canonical.com-20160203212750-id7tn9xqkru3qipq
Merge fix branches
Approved by: Alexandre Abreu, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
 Copyright (C) 2013 Adnane Belmadiaf <daker@ubuntu.com>
3
 
 
4
 
 This file is part of ubuntu-html5-ui-toolkit.
5
 
 
6
 
 This package is free software; you can redistribute it and/or modify
7
 
 it under the terms of the Lesser GNU General Public License as
8
 
 published by the Free Software Foundation; either version 3 of the
9
 
 License, or
10
 
 (at your option) any later version.
11
 
 
12
 
 This package is distributed in the hope that it will be useful,
13
 
 but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
 GNU General Public License for more details.
16
 
 
17
 
 You should have received a copy of the GNU Lesser General Public
18
 
 License along with this program. If not, see
19
 
 <http://www.gnu.org/licenses/>.
20
 
-->
 
1
<!-- Copyright (C) Canonical Ltd --> 
21
2
 
22
3
<!DOCTYPE html>
23
4
<html>
24
5
<head>
25
6
    <meta charset="utf-8">
26
 
    <meta name="copyright" content="Adnane Belmadiaf <daker@ubuntu.com>">
27
7
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
28
8
 
29
9
    <title>Ubuntu HTML5 SDK: UI Gallery</title>
69
49
        <div data-role="content">
70
50
                <div data-role="tab" id="main">
71
51
                        <iframe src="widgets.html" frameborder="0" style="min-height: 600px; width: 300px; display: inline-block;" ></iframe>
72
 
                        <iframe src="../widgets/Typography.html" name="component" frameborder="0" style="min-height: 600px; width: calc(100% - 305px); display: inline-block;"></iframe>
73
52
                </div>
74
53
        </div>
75
54
    </div>