aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorTom Lutzenberger <[email protected]>2016-07-13 16:42:48 +0200
committerTom Lutzenberger <[email protected]>2016-07-13 16:42:48 +0200
commit4c459bd6cf0f63e1a7ea67c99dc7db9b069545e6 (patch)
tree7e50f6d808edf70de20cf2fe9c6e54b5bfe3a2c2 /docs/examples
parentdc992508173d4aa67b14ad2308558fdb348f9607 (diff)
downloadbootstrap-4c459bd6cf0f63e1a7ea67c99dc7db9b069545e6.tar.xz
bootstrap-4c459bd6cf0f63e1a7ea67c99dc7db9b069545e6.zip
Lint Docs HTML Files
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/sticky-footer-navbar/index.html2
-rw-r--r--docs/examples/theme/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html
index 3c757fd23..cacaa9586 100644
--- a/docs/examples/sticky-footer-navbar/index.html
+++ b/docs/examples/sticky-footer-navbar/index.html
@@ -72,7 +72,7 @@
<div class="page-header">
<h1>Sticky footer with fixed navbar</h1>
</div>
- <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p>
+ <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body &gt; .container</code>.</p>
<p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
</div>
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index afa92a5d0..eb4d5e6a1 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -481,7 +481,7 @@
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 35%"><span class="sr-only">35% Complete (success)</span></div>
<div class="progress-bar progress-bar-warning" style="width: 20%"><span class="sr-only">20% Complete (warning)</span></div>
- <div class="progress-bar progress-bar-danger" style="width: 10%"><span class='sr-only'>10% Complete (danger)</span></div>
+ <div class="progress-bar progress-bar-danger" style="width: 10%"><span class="sr-only">10% Complete (danger)</span></div>
</div>