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
d7d5069b
Commit
d7d5069b
authored
Jan 19, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sticky footer navbar example to list; fix docs padding
parent
7c9295d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
docs/assets/css/docs.css
docs/assets/css/docs.css
+1
-1
docs/getting-started.html
docs/getting-started.html
+8
-1
docs/templates/pages/getting-started.mustache
docs/templates/pages/getting-started.mustache
+8
-1
No files found.
docs/assets/css/docs.css
View file @
d7d5069b
...
@@ -473,7 +473,7 @@ input.focused {
...
@@ -473,7 +473,7 @@ input.focused {
/* Account for fixed navbar */
/* Account for fixed navbar */
body
{
body
{
padding-top
:
5
2
px
;
padding-top
:
5
0
px
;
}
}
/* Tweak display of docs jumbotrons */
/* Tweak display of docs jumbotrons */
...
...
docs/getting-started.html
View file @
d7d5069b
...
@@ -273,12 +273,19 @@
...
@@ -273,12 +273,19 @@
<h4>
Sticky footer
</h4>
<h4>
Sticky footer
</h4>
<p>
Pin a fixed-height footer to the bottom of the user's viewport.
</p>
<p>
Pin a fixed-height footer to the bottom of the user's viewport.
</p>
</div>
</div>
<div
class=
"span4"
>
<a
class=
"thumbnail"
href=
"examples/sticky-footer.html"
>
<img
src=
"assets/img/examples/bootstrap-example-sticky-footer.png"
alt=
""
>
</a>
<h4>
Sticky footer w/ navbar
</h4>
<p>
Add a fixed navbar to the default sticky footer template.
</p>
</div>
<div
class=
"span4"
>
<div
class=
"span4"
>
<a
class=
"thumbnail"
href=
"examples/carousel.html"
>
<a
class=
"thumbnail"
href=
"examples/carousel.html"
>
<img
src=
"assets/img/examples/bootstrap-example-carousel.png"
alt=
""
>
<img
src=
"assets/img/examples/bootstrap-example-carousel.png"
alt=
""
>
</a>
</a>
<h4>
Carousel jumbotron
</h4>
<h4>
Carousel jumbotron
</h4>
<p>
A
more
interactive riff on the basic marketing site featuring a prominent carousel.
</p>
<p>
A
n
interactive riff on the basic marketing site featuring a prominent carousel.
</p>
</div>
</div>
</div>
</div>
</section>
</section>
...
...
docs/templates/pages/getting-started.mustache
View file @
d7d5069b
...
@@ -202,12 +202,19 @@
...
@@ -202,12 +202,19 @@
<h4>
Sticky footer
</h4>
<h4>
Sticky footer
</h4>
<p>
Pin a fixed-height footer to the bottom of the user's viewport.
</p>
<p>
Pin a fixed-height footer to the bottom of the user's viewport.
</p>
</div>
</div>
<div
class=
"span4"
>
<a
class=
"thumbnail"
href=
"examples/sticky-footer.html"
>
<img
src=
"assets/img/examples/bootstrap-example-sticky-footer.png"
alt=
""
>
</a>
<h4>
Sticky footer w/ navbar
</h4>
<p>
Add a fixed navbar to the default sticky footer template.
</p>
</div>
<div
class=
"span4"
>
<div
class=
"span4"
>
<a
class=
"thumbnail"
href=
"examples/carousel.html"
>
<a
class=
"thumbnail"
href=
"examples/carousel.html"
>
<img
src=
"assets/img/examples/bootstrap-example-carousel.png"
alt=
""
>
<img
src=
"assets/img/examples/bootstrap-example-carousel.png"
alt=
""
>
</a>
</a>
<h4>
Carousel jumbotron
</h4>
<h4>
Carousel jumbotron
</h4>
<p>
A
more
interactive riff on the basic marketing site featuring a prominent carousel.
</p>
<p>
A
n
interactive riff on the basic marketing site featuring a prominent carousel.
</p>
</div>
</div>
</div>
</div>
</section>
</section>
...
...
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