Skip to content
Snippets Groups Projects
Commit 1adfa144 authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed margin for footer;

fixed sortlog limit
parent a184e063
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ def sort_log():
JOIN lectures ON lectures.id = sortlog.lecture_id
JOIN courses ON courses.id = lectures.course_id
ORDER BY sortlog.`when` DESC
LIMIT 50
'''))
......
......@@ -121,7 +121,7 @@
</div>
<footer class="footer hidden-print">
<div class="container-fluid">
<ul class="list-inline">
<ul class="list-inline" style="margin-top: 5px;">
<li>
<a href="http://www.fsmpi.rwth-aachen.de/">Fachschaft I/1</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment