Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cl-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vincent Dardel
cl-site
Commits
d24b1757
Commit
d24b1757
authored
Oct 30, 2018
by
Mariano Montone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stick footer to bottom
parent
cf54dcc7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
layout/static/css/layout_2018.css
layout/static/css/layout_2018.css
+7
-2
layout/templates/layout_2018.html
layout/templates/layout_2018.html
+9
-10
No files found.
layout/static/css/layout_2018.css
View file @
d24b1757
...
...
@@ -10,10 +10,15 @@ body{
padding-top
:
20px
;
font-size
:
0.9rem
;
line-height
:
1.2rem
;
overflow
:
auto
;
}
.footer
{
.footer
{
position
:
absolute
;
height
:
70px
;
bottom
:
0
;
width
:
100%
;
padding-bottom
:
8px
;
padding-top
:
5px
;
}
.cl-navbar
{
border-width
:
0px
;
...
...
layout/templates/layout_2018.html
View file @
d24b1757
...
...
@@ -66,14 +66,14 @@
{{{page-content}}}
</main>
<footer
class=
"footer"
style=
"clear:both"
>
<div
style=
"margin-left:auto;margin-right:auto;margin-bottom:20px;text-align:center"
>
<div
style=
"margin-left:auto;margin-right:auto;padding-bottom:120px;text-align:center"
>
<a
class=
"btn btn-secondary"
style=
"color: #29aa22;border-color: #29aa22"
href=
"https://gitlab.common-lisp.net/clo/cl-site/blob/master/content/{{{rel-path}}}"
>
<i
class=
"far fa-edit"
></i>
Edit this page
</a>
</div>
<div
class=
"bg-light border-top"
>
<div
class=
"container"
style=
"padding-bottom:8px; padding-top: 5px;width: 100%;"
>
<footer
class=
"footer border-top bg-light"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
style=
"font-style: italic;"
>
<div
style=
"text-align:left;width:100%; margin-bottom: 0px;"
>
...
...
@@ -89,7 +89,6 @@
</div>
</div>
</div>
</div>
</footer>
<div
id=
"quotes"
style=
"display: none;"
>
...
...
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