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
976866dc
Commit
976866dc
authored
Oct 20, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10729 from lipis/patch-2
Removed the unnecessary override and the !important from .wrap
parents
9a0849d8
c6eca2c9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
examples/sticky-footer-navbar/sticky-footer-navbar.css
examples/sticky-footer-navbar/sticky-footer-navbar.css
+2
-3
examples/sticky-footer/sticky-footer.css
examples/sticky-footer/sticky-footer.css
+2
-3
No files found.
examples/sticky-footer-navbar/sticky-footer-navbar.css
View file @
976866dc
...
...
@@ -10,8 +10,7 @@ body {
/* Wrapper for page content to push down footer */
#wrap
{
min-height
:
100%
;
height
:
auto
!important
;
height
:
100%
;
height
:
auto
;
/* Negative indent footer by its height */
margin
:
0
auto
-60px
;
/* Pad bottom by footer height */
...
...
examples/sticky-footer/sticky-footer.css
View file @
976866dc
...
...
@@ -10,8 +10,7 @@ body {
/* Wrapper for page content to push down footer */
#wrap
{
min-height
:
100%
;
height
:
auto
!important
;
height
:
100%
;
height
:
auto
;
/* Negative indent footer by its height */
margin
:
0
auto
-60px
;
/* Pad bottom by footer height */
...
...
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