Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6b7d6565
Commit
6b7d6565
authored
10 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Examples: Make use of the `footer` tag instead of a `div`.
parent
b8c3c5c1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
docs/examples/blog/index.html
+2
-2
docs/examples/blog/index.html
docs/examples/jumbotron-narrow/index.html
+2
-2
docs/examples/jumbotron-narrow/index.html
docs/examples/justified-nav/index.html
+2
-2
docs/examples/justified-nav/index.html
docs/examples/sticky-footer-navbar/index.html
+2
-2
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer/index.html
+2
-2
docs/examples/sticky-footer/index.html
with
10 additions
and
10 deletions
+10
-10
docs/examples/blog/index.html
+
2
-
2
View file @
6b7d6565
...
...
@@ -156,12 +156,12 @@
</div>
<!-- /.container -->
<
div
class=
"blog-footer"
>
<
footer
class=
"blog-footer"
>
<p>
Blog template built for
<a
href=
"http://getbootstrap.com"
>
Bootstrap
</a>
by
<a
href=
"https://twitter.com/mdo"
>
@mdo
</a>
.
</p>
<p>
<a
href=
"#"
>
Back to top
</a>
</p>
</
div
>
</
footer
>
<!-- Bootstrap core JavaScript
...
...
This diff is collapsed.
Click to expand it.
docs/examples/jumbotron-narrow/index.html
+
2
-
2
View file @
6b7d6565
...
...
@@ -69,9 +69,9 @@
</div>
</div>
<
div
class=
"footer"
>
<
footer
class=
"footer"
>
<p>
©
Company 2014
</p>
</
div
>
</
footer
>
</div>
<!-- /container -->
...
...
This diff is collapsed.
Click to expand it.
docs/examples/justified-nav/index.html
+
2
-
2
View file @
6b7d6565
...
...
@@ -71,9 +71,9 @@
</div>
<!-- Site footer -->
<
div
class=
"footer"
>
<
footer
class=
"footer"
>
<p>
©
Company 2014
</p>
</
div
>
</
footer
>
</div>
<!-- /container -->
...
...
This diff is collapsed.
Click to expand it.
docs/examples/sticky-footer-navbar/index.html
+
2
-
2
View file @
6b7d6565
...
...
@@ -72,11 +72,11 @@
<p>
Back to
<a
href=
"../sticky-footer"
>
the default sticky footer
</a>
minus the navbar.
</p>
</div>
<
div
class=
"footer"
>
<
footer
class=
"footer"
>
<div
class=
"container"
>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
</div>
</
div
>
</
footer
>
<!-- Bootstrap core JavaScript
...
...
This diff is collapsed.
Click to expand it.
docs/examples/sticky-footer/index.html
+
2
-
2
View file @
6b7d6565
...
...
@@ -38,11 +38,11 @@
<p>
Use
<a
href=
"../sticky-footer-navbar"
>
the sticky footer with a fixed navbar
</a>
if need be, too.
</p>
</div>
<
div
class=
"footer"
>
<
footer
class=
"footer"
>
<div
class=
"container"
>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
</div>
</
div
>
</
footer
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment