spec/html/badges.html in patternfly-sass-2.6.0 vs spec/html/badges.html in patternfly-sass-2.7.0
- old
+ new
@@ -1,12 +1,14 @@
<!DOCTYPE html>
-<!--[if IE 9]><html class="ie9"><![endif]-->
+<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]-->
<!--[if gt IE 9]><!-->
-<html>
+<html lang="en-us">
<!--<![endif]-->
<head>
<title>Badges - PatternFly</title>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../dist/img/favicon.ico">
<!-- 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) -->
@@ -19,17 +21,18 @@
<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 rel="stylesheet" href="../dist/css/patternfly.min.css" >
+ <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
<link href="tests.css" rel="stylesheet" media="screen, print">
<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>
<div class="container">
<div class="page-header">
<h1>Badges</h1>
</div>
@@ -65,6 +68,6 @@
<button class="btn btn-primary" type="button">
Messages <span class="badge">4</span>
</button>
</div><!-- /container -->
</body>
-</html>
\ No newline at end of file
+</html>