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
cf54dcc7
Commit
cf54dcc7
authored
Oct 29, 2018
by
Mariano Montone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix layout after page editing button was introduced.
parent
6ad4951c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
17 deletions
+12
-17
layout/static/css/layout_2018.css
layout/static/css/layout_2018.css
+1
-7
layout/templates/layout_2018.html
layout/templates/layout_2018.html
+11
-10
No files found.
layout/static/css/layout_2018.css
View file @
cf54dcc7
...
@@ -5,21 +5,15 @@ body{
...
@@ -5,21 +5,15 @@ body{
position
:
relative
;
position
:
relative
;
min-height
:
100%
;
min-height
:
100%
;
padding-top
:
4.5rem
;
padding-top
:
4.5rem
;
padding-bottom
:
75px
;
}
}
.main
{
.main
{
overflow
:
auto
;
padding-top
:
20px
;
padding-top
:
20px
;
padding-bottom
:
20px
;
font-size
:
0.9rem
;
font-size
:
0.9rem
;
line-height
:
1.2rem
;
line-height
:
1.2rem
;
}
}
.footer
{
.footer
{
position
:
absolute
;
bottom
:
0
;
bottom
:
0
;
width
:
100%
;
width
:
100%
;
padding-bottom
:
8px
;
padding-top
:
5px
;
}
}
.cl-navbar
{
.cl-navbar
{
border-width
:
0px
;
border-width
:
0px
;
...
...
layout/templates/layout_2018.html
View file @
cf54dcc7
...
@@ -63,17 +63,17 @@
...
@@ -63,17 +63,17 @@
</nav>
</nav>
<main
role=
"main"
class=
"container main"
>
<main
role=
"main"
class=
"container main"
>
{{{page-content}}}
{{{page-content}}}
</main>
</main>
<footer
class=
"
bg-light footer"
style=
"margin-top:15px;
clear:both"
>
<footer
class=
"
footer"
style=
"
clear:both"
>
<div
style=
"display:block;
margin-left:auto;margin-right:auto;margin-bottom:20px;text-align:center"
>
<div
style=
"
margin-left:auto;margin-right:auto;margin-bottom:20px;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}}}"
>
<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
<i
class=
"far fa-edit"
></i>
Edit this page
</a>
</a>
</div>
</div>
<div
class=
"bg-light border-top"
>
<div
class=
"container border-top
"
>
<div
class=
"container"
style=
"padding-bottom:8px; padding-top: 5px;width: 100%;
"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
style=
"font-style: italic;"
>
<div
class=
"col-md-6"
style=
"font-style: italic;"
>
<div
style=
"text-align:left;width:100%; margin-bottom: 0px;"
>
<div
style=
"text-align:left;width:100%; margin-bottom: 0px;"
>
...
@@ -88,7 +88,8 @@
...
@@ -88,7 +88,8 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</footer>
<div
id=
"quotes"
style=
"display: none;"
>
<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