Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
6b7d6565
Commit
6b7d6565
authored
Oct 29, 2014
by
XhmikosR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Examples: Make use of the `footer` tag instead of a `div`.
parent
b8c3c5c1
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
docs/examples/blog/index.html
docs/examples/blog/index.html
+2
-2
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron-narrow/index.html
+2
-2
docs/examples/justified-nav/index.html
docs/examples/justified-nav/index.html
+2
-2
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer-navbar/index.html
+2
-2
docs/examples/sticky-footer/index.html
docs/examples/sticky-footer/index.html
+2
-2
No files found.
docs/examples/blog/index.html
View file @
6b7d6565
...
@@ -156,12 +156,12 @@
...
@@ -156,12 +156,12 @@
</div>
<!-- /.container -->
</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>
Blog template built for
<a
href=
"http://getbootstrap.com"
>
Bootstrap
</a>
by
<a
href=
"https://twitter.com/mdo"
>
@mdo
</a>
.
</p>
<p>
<p>
<a
href=
"#"
>
Back to top
</a>
<a
href=
"#"
>
Back to top
</a>
</p>
</p>
</
div
>
</
footer
>
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
...
...
docs/examples/jumbotron-narrow/index.html
View file @
6b7d6565
...
@@ -69,9 +69,9 @@
...
@@ -69,9 +69,9 @@
</div>
</div>
</div>
</div>
<
div
class=
"footer"
>
<
footer
class=
"footer"
>
<p>
©
Company 2014
</p>
<p>
©
Company 2014
</p>
</
div
>
</
footer
>
</div>
<!-- /container -->
</div>
<!-- /container -->
...
...
docs/examples/justified-nav/index.html
View file @
6b7d6565
...
@@ -71,9 +71,9 @@
...
@@ -71,9 +71,9 @@
</div>
</div>
<!-- Site footer -->
<!-- Site footer -->
<
div
class=
"footer"
>
<
footer
class=
"footer"
>
<p>
©
Company 2014
</p>
<p>
©
Company 2014
</p>
</
div
>
</
footer
>
</div>
<!-- /container -->
</div>
<!-- /container -->
...
...
docs/examples/sticky-footer-navbar/index.html
View file @
6b7d6565
...
@@ -72,11 +72,11 @@
...
@@ -72,11 +72,11 @@
<p>
Back to
<a
href=
"../sticky-footer"
>
the default sticky footer
</a>
minus the navbar.
</p>
<p>
Back to
<a
href=
"../sticky-footer"
>
the default sticky footer
</a>
minus the navbar.
</p>
</div>
</div>
<
div
class=
"footer"
>
<
footer
class=
"footer"
>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
</div>
</div>
</
div
>
</
footer
>
<!-- Bootstrap core JavaScript
<!-- Bootstrap core JavaScript
...
...
docs/examples/sticky-footer/index.html
View file @
6b7d6565
...
@@ -38,11 +38,11 @@
...
@@ -38,11 +38,11 @@
<p>
Use
<a
href=
"../sticky-footer-navbar"
>
the sticky footer with a fixed navbar
</a>
if need be, too.
</p>
<p>
Use
<a
href=
"../sticky-footer-navbar"
>
the sticky footer with a fixed navbar
</a>
if need be, too.
</p>
</div>
</div>
<
div
class=
"footer"
>
<
footer
class=
"footer"
>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
<p
class=
"text-muted"
>
Place sticky footer content here.
</p>
</div>
</div>
</
div
>
</
footer
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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