spec/html/index.html in patternfly-sass-1.3.1 vs spec/html/index.html in patternfly-sass-2.0.0
- old
+ new
@@ -1,28 +1,31 @@
<!DOCTYPE html>
-<!--[if IE 8]><html class="ie8"><![endif]-->
<!--[if IE 9]><html class="ie9"><![endif]-->
<!--[if gt IE 9]><!-->
<html>
<!--<![endif]-->
<head>
<title>PatternFly</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../dist/img/favicon.ico">
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-144-precomposed.png">
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-114-precomposed.png">
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-72-precomposed.png">
- <link rel="apple-touch-icon-precomposed" href="../dist/img/apple-touch-icon-57-precomposed.png">
+ <!-- iPad retina icon -->
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
+ <!-- iPad retina icon (iOS < 7) -->
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
+ <!-- iPad non-retina icon -->
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
+ <!-- iPad non-retina icon (iOS < 7) -->
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
+ <!-- iPhone 6 Plus icon -->
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
+ <!-- iPhone retina icon (iOS < 7) -->
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
+ <!-- iPhone non-retina icon (iOS < 7) -->
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
<link href="../dist/css/patternfly.min.css" rel="stylesheet" media="screen, print">
+ <link href="../dist/css/patternfly-additions.min.css" rel="stylesheet" media="screen, print">
<link href="tests.css" rel="stylesheet" media="screen, print">
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="../components/html5shiv/dist/html5shiv.min.js"></script>
- <script src="../components/respond/dest/respond.min.js"></script>
- <![endif]-->
- <!-- IE8 requires jQuery and Bootstrap JS to load in head to prevent rendering bugs -->
- <!-- IE8 requires jQuery v1.x -->
<script src="../components/jquery/dist/jquery.min.js"></script>
<script src="../components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="../dist/js/patternfly.min.js"></script>
</head>
<body>
@@ -53,10 +56,13 @@
</li>
<li>
<a href="bootstrap-combobox.html">Bootstrap-Combobox</a>
</li>
<li>
+ <a href="bootstrap-datepicker.html">Bootstrap-Datepicker</a>
+ </li>
+ <li>
<a href="bootstrap-select.html">Bootstrap-Select</a>
</li>
<li>
<a href="bootstrap-treeview.html">Bootstrap Tree View</a>
</li>
@@ -140,9 +146,12 @@
<li>
<a href="basic.html">Basic</a>
</li>
<li>
<a href="bootstrap-treeview-2.html">Tree View</a>
+ </li>
+ <li>
+ <a href="cards.html">Cards</a>
</li>
<li>
<a href="dashboard.html">Dashboard</a>
</li>
<li>
\ No newline at end of file