spec/html/spinner.html in patternfly-sass-1.3.1 vs spec/html/spinner.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>Spinner - 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> @@ -57,10 +60,10 @@ <p> <div class="spinner spinner-xs spinner-inline"></div> Inside a &lt;p&gt; </p> <p class="text-info"> - <strong>Note:</strong> IE8 and IE9 require a conditional class on &lt;html&gt; in order to display an animated gif fallback as they don't support CSS animation. View source on this page and see lines 2-6. + <strong>Note:</strong> IE9 requires a conditional class on &lt;html&gt; in order to display an animated gif fallback as they don't support CSS animation. View source on this page and see lines 2-6. </p> </div><!-- /container --> </body> </html> \ No newline at end of file