Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
4f2fe408
Commit
4f2fe408
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
actually added the footer file
parent
43131cd3
Changes
2
Show whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
0 → 100644
View file @
4f2fe408
/* Sticky footer styles */
/* The html and body elements cannot have any padding or margin. */
html
,
body
{
height
:
100%
;
}
/* Wrapper for page content to push down footer */
#wrap
{
min-height
:
100%
;
height
:
auto
;
/* Negative indent footer by its height */
margin
:
0
auto
-40px
;
/* Pad bottom by footer height */
padding
:
0
0
40px
;
padding-top
:
25px
;
}
/* Set the fixed height of the footer here */
#footer
{
height
:
40px
;
background-color
:
#f5f5f5
;
}
srctweb/website/templates/layouts/footer.html
0 → 100644
View file @
4f2fe408
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
Hello World!
</div>
</div>
</div>
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