Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
connectivity-selftest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
stustanet
connectivity-selftest
Commits
bda7c7bd
Commit
bda7c7bd
authored
Feb 12, 2019
by
Julien Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footer container
parent
30afe840
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
public/css/main.css
public/css/main.css
+6
-2
public/index.html
public/index.html
+7
-5
No files found.
public/css/main.css
View file @
bda7c7bd
...
...
@@ -204,12 +204,16 @@ footer {
flex-shrink
:
0
;
white-space
:
nowrap
;
padding
:
0
20px
;
}
footer
.container
{
display
:
flex
;
position
:
relative
;
justify-content
:
space-between
;
}
footer
div
{
padding
:
15px
;
footer
.container
div
{
padding
:
15px
0
;
}
footer
.center
{
...
...
public/index.html
View file @
bda7c7bd
...
...
@@ -68,11 +68,13 @@
</div>
</article>
<footer>
<div>
<a
href=
"https://stustanet.de/impressum"
>
Imprint
</a>
</div>
<div>
<a
href=
"https://gitlab.stusta.de/stustanet/connectivity-selftest"
>
Source Code
</a>
<div
class=
"container"
>
<div>
<a
href=
"https://stustanet.de/impressum"
>
Imprint
</a>
</div>
<div>
<a
href=
"https://gitlab.stusta.de/stustanet/connectivity-selftest"
>
Source Code
</a>
</div>
</div>
</footer>
<script
src=
"js/selftest.js"
></script>
...
...
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