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
9a0ba444
Commit
9a0ba444
authored
Feb 16, 2014
by
Daniel W Bond
Browse files
footer is smaller
parent
6d4f5ba3
Changes
2
Show whitespace changes
Inline
Side-by-side
srctweb/website/static/css/style.css
View file @
9a0ba444
...
...
@@ -11,15 +11,14 @@ height:100%;
min-height
:
100%
;
height
:
auto
;
/* Negative indent footer by its height */
margin
:
0
auto
-
3
0px
;
margin
:
0
auto
-
4
0px
;
/* Pad bottom by footer height */
padding
:
0
0
50px
;
padding-top
:
25px
;
padding
:
35px
0
75px
;
}
/* Set the fixed height of the footer here */
#footer
{
height
:
3
0px
;
height
:
4
0px
;
background-color
:
#f5f5f5
;
}
...
...
@@ -27,7 +26,7 @@ height:100%;
background
:
url(/static/img/renfredhaxxor.jpg)
no-repeat
;
background-size
:
cover
;
background-position
:
20%
;
box-shadow
:
inset
0px
0px
15
px
#333
;
box-shadow
:
inset
0px
0px
20
px
#333
;
padding-top
:
105px
;
padding-bottom
:
90px
;
}
...
...
srctweb/website/templates/layouts/footer.html
View file @
9a0ba444
<div
class=
"container"
>
<div
class=
"row"
>
<small>
<div
class=
"col-lg-12 text-center"
>
A
<a
href=
"http://srct.gmu.edu/projects"
>
project
</a>
of
<a
href=
"https://www.gmu.edu"
>
Mason
</a>
...
...
@@ -12,7 +13,7 @@
<a
href=
"#privacypolicy"
>
Privacy Policy
</a>
, and
<a
href=
"#constitution"
>
Constitution
</a>
.
<a
href=
"#contact"
>
Contact
</a>
Us.
<a
href=
"#login"
>
Log In
</a>
.
</div>
</div>
</small>
</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