Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
FAST
project
fast-project-list
Commits
eaf55f16
Commit
eaf55f16
authored
May 27, 2021
by
Mirko Vucicevich
Browse files
Fix some styling issues
parent
81102444
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
projector/static/style.css
projector/static/style.css
+1
-1
projector/templates/skin.html
projector/templates/skin.html
+1
-1
No files found.
projector/static/style.css
View file @
eaf55f16
...
...
@@ -78,7 +78,7 @@ body {
}
.footer
{
z-index
:
2
;
z-index
:
10
;
position
:
fixed
;
bottom
:
0
;
width
:
100%
;
...
...
projector/templates/skin.html
View file @
eaf55f16
...
...
@@ -11,7 +11,7 @@
<!-- Bootstrap core CSS -->
<link
rel=
"stylesheet"
href=
"{% static 'bootstrap/bootstrap.min.css' %}"
/>
<link
rel=
"stylesheet"
href=
"{% static 'style.css' %}"
/>
<link
rel=
"stylesheet"
href=
"{% static 'style.css' %}
?v2
"
/>
{% block head %}
{% endblock %}
</head>
...
...
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