patternfly-sass 3.6.0 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -2
  3. data/Rakefile +16 -21
  4. data/assets/stylesheets/_patternfly.scss +1 -0
  5. data/assets/stylesheets/patternfly/_list-view.scss +2 -0
  6. data/assets/stylesheets/patternfly/_wizard.scss +242 -0
  7. data/bower.json +1 -1
  8. data/lib/patternfly-sass/version.rb +2 -2
  9. data/patternfly-sass.gemspec +1 -0
  10. data/spec/compare_spec.rb +4 -3
  11. data/spec/html/about-modal.html +13 -13
  12. data/spec/html/accordions.html +11 -12
  13. data/spec/html/alerts.html +11 -12
  14. data/spec/html/area-charts.html +11 -12
  15. data/spec/html/badges.html +11 -12
  16. data/spec/html/bar-charts.html +11 -12
  17. data/spec/html/basic.html +12 -12
  18. data/spec/html/blank-slate.html +11 -12
  19. data/spec/html/bootstrap-combobox.html +11 -12
  20. data/spec/html/bootstrap-datepicker.html +19 -20
  21. data/spec/html/bootstrap-select.html +11 -12
  22. data/spec/html/bootstrap-switch.html +11 -12
  23. data/spec/html/bootstrap-touchspin.html +11 -12
  24. data/spec/html/bootstrap-treeview-2.html +12 -12
  25. data/spec/html/bootstrap-treeview.html +11 -12
  26. data/spec/html/breadcrumbs.html +11 -12
  27. data/spec/html/buttons.html +11 -12
  28. data/spec/html/cards.html +12 -12
  29. data/spec/html/code.html +11 -12
  30. data/spec/html/dashboard.html +12 -12
  31. data/spec/html/datatables-columns.html +11 -12
  32. data/spec/html/datatables.html +11 -12
  33. data/spec/html/dist/css/patternfly-additions.css +223 -0
  34. data/spec/html/dist/css/patternfly-additions.css.map +1 -1
  35. data/spec/html/dist/css/patternfly-additions.min.css +1 -1
  36. data/spec/html/dist/css/patternfly-additions.min.css.map +1 -1
  37. data/spec/html/donut-charts.html +11 -12
  38. data/spec/html/dropdowns.html +11 -12
  39. data/spec/html/form.html +12 -12
  40. data/spec/html/forms.html +11 -12
  41. data/spec/html/horizontal-navigation.html +12 -12
  42. data/spec/html/icons.html +11 -12
  43. data/spec/html/index.html +14 -12
  44. data/spec/html/infotip.html +13 -13
  45. data/spec/html/labels.html +11 -12
  46. data/spec/html/layout-alt-fixed-inner-scroll.html +12 -12
  47. data/spec/html/layout-alt-fixed-with-footer-inner-scroll.html +12 -12
  48. data/spec/html/layout-alt-fixed-with-footer.html +12 -12
  49. data/spec/html/layout-alt-fixed.html +12 -12
  50. data/spec/html/line-charts.html +11 -12
  51. data/spec/html/list-group.html +11 -12
  52. data/spec/html/list-view.html +11 -12
  53. data/spec/html/login.html +13 -13
  54. data/spec/html/modals.html +11 -12
  55. data/spec/html/navbar.html +36 -37
  56. data/spec/html/notifications-drawer.html +12 -12
  57. data/spec/html/pagination.html +11 -12
  58. data/spec/html/panels.html +11 -12
  59. data/spec/html/pie-charts.html +11 -12
  60. data/spec/html/popovers.html +11 -12
  61. data/spec/html/progress-bars.html +11 -12
  62. data/spec/html/search.html +11 -12
  63. data/spec/html/spinner.html +11 -12
  64. data/spec/html/tab.html +12 -12
  65. data/spec/html/tables.html +11 -12
  66. data/spec/html/tabs.html +11 -12
  67. data/spec/html/time-picker.html +11 -12
  68. data/spec/html/toast.html +11 -12
  69. data/spec/html/toolbar.html +13 -14
  70. data/spec/html/tooltip.html +11 -12
  71. data/spec/html/typography-2.html +12 -12
  72. data/spec/html/typography.html +11 -12
  73. data/spec/html/utilization-bar-charts.html +11 -12
  74. data/spec/html/vertical-navigation-without-icons.html +12 -12
  75. data/spec/html/vertical-navigation.html +12 -12
  76. data/spec/html/wizard.html +472 -0
  77. data/spec/main.html +2 -2
  78. data/tasks/converter.rb +12 -6
  79. metadata +19 -2
@@ -8,29 +8,29 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
28
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
29
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
30
30
  <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.6.0/jquery.matchHeight-min.js"></script>
31
31
  <script src="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>
32
32
  <script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.0/d3.min.js"></script>
33
- <script src="../dist/js/patternfly.min.js"></script>
33
+ <script src="../../dist/js/patternfly.min.js"></script>
34
34
  </head>
35
35
  <div class="toast-pf toast-pf-max-width toast-pf-top-right alert alert-warning alert-dismissable">
36
36
  <button type="button" class="close" data-dismiss="alert" aria-hidden="true">
@@ -50,7 +50,7 @@
50
50
  <span class="icon-bar"></span>
51
51
  </button>
52
52
  <a href="/" class="navbar-brand">
53
- <img class="navbar-brand-icon" src="../dist/img/logo-alt.svg" alt=""/><img class="navbar-brand-name" src="../dist/img/brand-alt.svg" alt="PatternFly Enterprise Application" />
53
+ <img class="navbar-brand-icon" src="../../dist/img/logo-alt.svg" alt=""/><img class="navbar-brand-name" src="../../dist/img/brand-alt.svg" alt="PatternFly Enterprise Application" />
54
54
  </a>
55
55
  </div>
56
56
  <nav class="collapse navbar-collapse">
@@ -8,29 +8,29 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
28
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
29
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
30
30
  <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.6.0/jquery.matchHeight-min.js"></script>
31
31
  <script src="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>
32
32
  <script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.0/d3.min.js"></script>
33
- <script src="../dist/js/patternfly.min.js"></script>
33
+ <script src="../../dist/js/patternfly.min.js"></script>
34
34
  </head>
35
35
  <div class="toast-pf toast-pf-max-width toast-pf-top-right alert alert-warning alert-dismissable">
36
36
  <button type="button" class="close" data-dismiss="alert" aria-hidden="true">
@@ -50,7 +50,7 @@
50
50
  <span class="icon-bar"></span>
51
51
  </button>
52
52
  <a href="/" class="navbar-brand">
53
- <img class="navbar-brand-icon" src="../dist/img/logo-alt.svg" alt=""/><img class="navbar-brand-name" src="../dist/img/brand-alt.svg" alt="PatternFly Enterprise Application" />
53
+ <img class="navbar-brand-icon" src="../../dist/img/logo-alt.svg" alt=""/><img class="navbar-brand-name" src="../../dist/img/brand-alt.svg" alt="PatternFly Enterprise Application" />
54
54
  </a>
55
55
  </div>
56
56
  <nav class="collapse navbar-collapse">
@@ -8,29 +8,29 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
28
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
29
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
30
30
  <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.6.0/jquery.matchHeight-min.js"></script>
31
31
  <script src="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>
32
32
  <script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.0/d3.min.js"></script>
33
- <script src="../dist/js/patternfly.min.js"></script>
33
+ <script src="../../dist/js/patternfly.min.js"></script>
34
34
  </head>
35
35
  <div class="toast-pf toast-pf-max-width toast-pf-top-right alert alert-warning alert-dismissable">
36
36
  <button type="button" class="close" data-dismiss="alert" aria-hidden="true">
@@ -50,7 +50,7 @@
50
50
  <span class="icon-bar"></span>
51
51
  </button>
52
52
  <a href="/" class="navbar-brand">
53
- <img class="navbar-brand-icon" src="../dist/img/logo-alt.svg" alt=""/><img class="navbar-brand-name" src="../dist/img/brand-alt.svg" alt="PatternFly Enterprise Application" />
53
+ <img class="navbar-brand-icon" src="../../dist/img/logo-alt.svg" alt=""/><img class="navbar-brand-name" src="../../dist/img/brand-alt.svg" alt="PatternFly Enterprise Application" />
54
54
  </a>
55
55
  </div>
56
56
  <nav class="collapse navbar-collapse">
@@ -8,29 +8,28 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
28
- <link href="tests.css" rel="stylesheet" media="screen, print">
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
29
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
30
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
31
30
  <script src="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>
32
31
  <script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.0/d3.min.js"></script>
33
- <script src="../dist/js/patternfly.min.js"></script>
32
+ <script src="../../dist/js/patternfly.min.js"></script>
34
33
  </head>
35
34
 
36
35
  <body>
@@ -8,27 +8,26 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
28
- <link href="tests.css" rel="stylesheet" media="screen, print">
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
29
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
30
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
31
- <script src="../dist/js/patternfly.min.js"></script>
30
+ <script src="../../dist/js/patternfly.min.js"></script>
32
31
  </head>
33
32
 
34
33
  <body>
@@ -8,29 +8,28 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
28
- <link href="tests.css" rel="stylesheet" media="screen, print">
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
29
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
30
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
31
30
  <script src="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>
32
31
  <script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.0/d3.min.js"></script>
33
- <script src="../dist/js/patternfly.min.js"></script>
32
+ <script src="../../dist/js/patternfly.min.js"></script>
34
33
  </head>
35
34
 
36
35
  <body>
data/spec/html/login.html CHANGED
@@ -8,26 +8,26 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
28
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
29
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
30
- <script src="../dist/js/patternfly.min.js"></script>
30
+ <script src="../../dist/js/patternfly.min.js"></script>
31
31
  </head>
32
32
  <div class="toast-pf toast-pf-max-width toast-pf-top-right alert alert-warning alert-dismissable">
33
33
  <button type="button" class="close" data-dismiss="alert" aria-hidden="true">
@@ -39,13 +39,13 @@
39
39
 
40
40
  <body>
41
41
  <span id="badge">
42
- <img src="../dist/img/logo.svg" alt="PatternFly logo" />
42
+ <img src="../../dist/img/logo.svg" alt="PatternFly logo" />
43
43
  </span>
44
44
  <div class="container">
45
45
  <div class="row">
46
46
  <div class="col-sm-12">
47
47
  <div id="brand">
48
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application">
48
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application">
49
49
  </div><!--/#brand-->
50
50
  </div><!--/.col-*-->
51
51
  <div class="col-sm-7 col-md-6 col-lg-5 login">
@@ -8,27 +8,26 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
28
- <link href="tests.css" rel="stylesheet" media="screen, print">
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
29
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
30
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
31
- <script src="../dist/js/patternfly.min.js"></script>
30
+ <script src="../../dist/js/patternfly.min.js"></script>
32
31
  </head>
33
32
 
34
33
  <body>
@@ -8,28 +8,27 @@
8
8
  <meta charset="UTF-8">
9
9
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
- <link rel="shortcut icon" href="../dist/img/favicon.ico">
11
+ <link rel="shortcut icon" href="../../dist/img/favicon.ico">
12
12
  <!-- iPad retina icon -->
13
- <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png">
13
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../../dist/img/apple-touch-icon-precomposed-152.png">
14
14
  <!-- iPad retina icon (iOS < 7) -->
15
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../dist/img/apple-touch-icon-precomposed-144.png">
15
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../dist/img/apple-touch-icon-precomposed-144.png">
16
16
  <!-- iPad non-retina icon -->
17
- <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../dist/img/apple-touch-icon-precomposed-76.png">
17
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="../../dist/img/apple-touch-icon-precomposed-76.png">
18
18
  <!-- iPad non-retina icon (iOS < 7) -->
19
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../dist/img/apple-touch-icon-precomposed-72.png">
19
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../dist/img/apple-touch-icon-precomposed-72.png">
20
20
  <!-- iPhone 6 Plus icon -->
21
- <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png">
21
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../../dist/img/apple-touch-icon-precomposed-180.png">
22
22
  <!-- iPhone retina icon (iOS < 7) -->
23
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png">
23
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../dist/img/apple-touch-icon-precomposed-114.png">
24
24
  <!-- iPhone non-retina icon (iOS < 7) -->
25
- <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png">
26
- <link rel="stylesheet" href="../dist/css/patternfly.min.css" >
27
- <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" >
28
- <link href="tests.css" rel="stylesheet" media="screen, print">
25
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../../dist/img/apple-touch-icon-precomposed-57.png">
26
+ <link rel="stylesheet" href="../../dist/css/patternfly.min.css" >
27
+ <link rel="stylesheet" href="../../dist/css/patternfly-additions.min.css" >
29
28
  <script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
30
29
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
31
30
  <script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.7.3/js/bootstrap-select.min.js"></script>
32
- <script src="../dist/js/patternfly.min.js"></script>
31
+ <script src="../../dist/js/patternfly.min.js"></script>
33
32
  </head>
34
33
 
35
34
  <body>
@@ -52,7 +51,7 @@
52
51
  <span class="icon-bar"></span>
53
52
  </button>
54
53
  <a class="navbar-brand" href="/">
55
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
54
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
56
55
  </a>
57
56
  </div>
58
57
  <div class="collapse navbar-collapse navbar-collapse-1">
@@ -138,7 +137,7 @@
138
137
  <span class="icon-bar"></span>
139
138
  </button>
140
139
  <a class="navbar-brand" href="/">
141
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
140
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
142
141
  </a>
143
142
  </div>
144
143
  <div class="collapse navbar-collapse navbar-collapse-1">
@@ -225,7 +224,7 @@
225
224
  <span class="icon-bar"></span>
226
225
  </button>
227
226
  <a class="navbar-brand" href="/">
228
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
227
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
229
228
  </a>
230
229
  </div>
231
230
  <div class="collapse navbar-collapse navbar-collapse-3">
@@ -326,7 +325,7 @@
326
325
  <span class="icon-bar"></span>
327
326
  </button>
328
327
  <a class="navbar-brand" href="/">
329
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
328
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
330
329
  </a>
331
330
  </div>
332
331
  <div class="collapse navbar-collapse navbar-collapse-3">
@@ -428,7 +427,7 @@
428
427
  <span class="icon-bar"></span>
429
428
  </button>
430
429
  <a class="navbar-brand" href="/">
431
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
430
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
432
431
  </a>
433
432
  </div>
434
433
  <div class="collapse navbar-collapse navbar-collapse-5">
@@ -666,7 +665,7 @@
666
665
  <span class="icon-bar"></span>
667
666
  </button>
668
667
  <a class="navbar-brand" href="/">
669
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
668
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
670
669
  </a>
671
670
  </div>
672
671
  <div class="collapse navbar-collapse navbar-collapse-5">
@@ -904,7 +903,7 @@
904
903
  <span class="icon-bar"></span>
905
904
  </button>
906
905
  <a class="navbar-brand" href="/">
907
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
906
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
908
907
  </a>
909
908
  </div>
910
909
  <div class="collapse navbar-collapse navbar-collapse-5">
@@ -1145,7 +1144,7 @@
1145
1144
  <span class="icon-bar"></span>
1146
1145
  </button>
1147
1146
  <a class="navbar-brand" href="/">
1148
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
1147
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
1149
1148
  </a>
1150
1149
  </div>
1151
1150
  <div class="collapse navbar-collapse navbar-collapse-8">
@@ -1397,7 +1396,7 @@
1397
1396
  <span class="icon-bar"></span>
1398
1397
  </button>
1399
1398
  <a class="navbar-brand" href="/">
1400
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
1399
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
1401
1400
  </a>
1402
1401
  </div>
1403
1402
  <div class="collapse navbar-collapse navbar-collapse-8">
@@ -1649,7 +1648,7 @@
1649
1648
  <span class="icon-bar"></span>
1650
1649
  </button>
1651
1650
  <a class="navbar-brand" href="/">
1652
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
1651
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
1653
1652
  </a>
1654
1653
  </div>
1655
1654
  <div class="collapse navbar-collapse navbar-collapse-8">
@@ -1904,7 +1903,7 @@
1904
1903
  <span class="icon-bar"></span>
1905
1904
  </button>
1906
1905
  <a class="navbar-brand" href="/">
1907
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
1906
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
1908
1907
  </a>
1909
1908
  </div>
1910
1909
  <div class="collapse navbar-collapse navbar-collapse-11">
@@ -2062,7 +2061,7 @@
2062
2061
  <span class="icon-bar"></span>
2063
2062
  </button>
2064
2063
  <a class="navbar-brand" href="/">
2065
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2064
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2066
2065
  </a>
2067
2066
  </div>
2068
2067
  <div class="collapse navbar-collapse navbar-collapse-11">
@@ -2220,7 +2219,7 @@
2220
2219
  <span class="icon-bar"></span>
2221
2220
  </button>
2222
2221
  <a class="navbar-brand" href="/">
2223
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2222
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2224
2223
  </a>
2225
2224
  </div>
2226
2225
  <div class="collapse navbar-collapse navbar-collapse-11">
@@ -2378,7 +2377,7 @@
2378
2377
  <span class="icon-bar"></span>
2379
2378
  </button>
2380
2379
  <a class="navbar-brand" href="/">
2381
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2380
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2382
2381
  </a>
2383
2382
  </div>
2384
2383
  <div class="collapse navbar-collapse navbar-collapse-11">
@@ -2536,7 +2535,7 @@
2536
2535
  <span class="icon-bar"></span>
2537
2536
  </button>
2538
2537
  <a class="navbar-brand" href="/">
2539
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2538
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2540
2539
  </a>
2541
2540
  </div>
2542
2541
  <div class="collapse navbar-collapse navbar-collapse-11">
@@ -2697,7 +2696,7 @@
2697
2696
  <span class="icon-bar"></span>
2698
2697
  </button>
2699
2698
  <a class="navbar-brand" href="/">
2700
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2699
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2701
2700
  </a>
2702
2701
  </div>
2703
2702
  <div class="collapse navbar-collapse navbar-collapse-16">
@@ -2869,7 +2868,7 @@
2869
2868
  <span class="icon-bar"></span>
2870
2869
  </button>
2871
2870
  <a class="navbar-brand" href="/">
2872
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2871
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
2873
2872
  </a>
2874
2873
  </div>
2875
2874
  <div class="collapse navbar-collapse navbar-collapse-16">
@@ -3041,7 +3040,7 @@
3041
3040
  <span class="icon-bar"></span>
3042
3041
  </button>
3043
3042
  <a class="navbar-brand" href="/">
3044
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3043
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3045
3044
  </a>
3046
3045
  </div>
3047
3046
  <div class="collapse navbar-collapse navbar-collapse-16">
@@ -3213,7 +3212,7 @@
3213
3212
  <span class="icon-bar"></span>
3214
3213
  </button>
3215
3214
  <a class="navbar-brand" href="/">
3216
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3215
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3217
3216
  </a>
3218
3217
  </div>
3219
3218
  <div class="collapse navbar-collapse navbar-collapse-16">
@@ -3385,7 +3384,7 @@
3385
3384
  <span class="icon-bar"></span>
3386
3385
  </button>
3387
3386
  <a class="navbar-brand" href="/">
3388
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3387
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3389
3388
  </a>
3390
3389
  </div>
3391
3390
  <div class="collapse navbar-collapse navbar-collapse-16">
@@ -3560,7 +3559,7 @@
3560
3559
  <span class="icon-bar"></span>
3561
3560
  </button>
3562
3561
  <a class="navbar-brand" href="/">
3563
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3562
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3564
3563
  </a>
3565
3564
  </div>
3566
3565
  <div class="collapse navbar-collapse navbar-collapse-21">
@@ -3732,7 +3731,7 @@
3732
3731
  <span class="icon-bar"></span>
3733
3732
  </button>
3734
3733
  <a class="navbar-brand" href="/">
3735
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3734
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3736
3735
  </a>
3737
3736
  </div>
3738
3737
  <div class="collapse navbar-collapse navbar-collapse-21">
@@ -3970,7 +3969,7 @@
3970
3969
  <span class="icon-bar"></span>
3971
3970
  </button>
3972
3971
  <a class="navbar-brand" href="/">
3973
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3972
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
3974
3973
  </a>
3975
3974
  </div>
3976
3975
  <div class="collapse navbar-collapse navbar-collapse-21">
@@ -4208,7 +4207,7 @@
4208
4207
  <span class="icon-bar"></span>
4209
4208
  </button>
4210
4209
  <a class="navbar-brand" href="/">
4211
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
4210
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
4212
4211
  </a>
4213
4212
  </div>
4214
4213
  <div class="collapse navbar-collapse navbar-collapse-21">
@@ -4446,7 +4445,7 @@
4446
4445
  <span class="icon-bar"></span>
4447
4446
  </button>
4448
4447
  <a class="navbar-brand" href="/">
4449
- <img src="../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
4448
+ <img src="../../dist/img/brand.svg" alt="PatternFly Enterprise Application" />
4450
4449
  </a>
4451
4450
  </div>
4452
4451
  <div class="collapse navbar-collapse navbar-collapse-21">