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
c6244a94
Commit
c6244a94
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Shorten sticky footer examples footer content to prevent wrapping
parent
22da6fcf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
examples/sticky-footer-navbar/index.html
+1
-1
examples/sticky-footer-navbar/index.html
examples/sticky-footer-navbar/sticky-footer-navbar.css
+1
-1
examples/sticky-footer-navbar/sticky-footer-navbar.css
examples/sticky-footer/index.html
+1
-1
examples/sticky-footer/index.html
examples/sticky-footer/sticky-footer.css
+1
-1
examples/sticky-footer/sticky-footer.css
with
4 additions
and
4 deletions
+4
-4
examples/sticky-footer-navbar/index.html
+
1
-
1
View file @
c6244a94
...
...
@@ -77,7 +77,7 @@
<div
id=
"footer"
>
<div
class=
"container"
>
<p
class=
"text-muted
credit"
>
Example courtesy
<a
href=
"http://martinbean.co.uk"
>
Martin Bean
</a>
and
<a
href=
"http://ryanfait.com/
sticky
-
footer
/"
>
Ryan Fait
</a>
.
</p>
<p
class=
"text-muted
"
>
Place
sticky
footer
content here
.
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
examples/sticky-footer-navbar/sticky-footer-navbar.css
+
1
-
1
View file @
c6244a94
...
...
@@ -31,7 +31,7 @@ body {
#wrap
>
.container
{
padding
:
60px
15px
0
;
}
.container
.
credit
{
.container
.
text-muted
{
margin
:
20px
0
;
}
...
...
This diff is collapsed.
Click to expand it.
examples/sticky-footer/index.html
+
1
-
1
View file @
c6244a94
...
...
@@ -43,7 +43,7 @@
<div
id=
"footer"
>
<div
class=
"container"
>
<p
class=
"text-muted
credit"
>
Example courtesy
<a
href=
"http://martinbean.co.uk"
>
Martin Bean
</a>
and
<a
href=
"http://ryanfait.com/
sticky
-
footer
/"
>
Ryan Fait
</a>
.
</p>
<p
class=
"text-muted
"
>
Place
sticky
footer
content here
.
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
examples/sticky-footer/sticky-footer.css
+
1
-
1
View file @
c6244a94
...
...
@@ -33,6 +33,6 @@ body {
max-width
:
680px
;
padding
:
0
15px
;
}
.container
.
credit
{
.container
.
text-muted
{
margin
:
20px
0
;
}
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