Skip to content
Snippets Groups Projects
Verified Commit 85fb0df6 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Move inline CSS to timetable.css

parent 256411dd
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
......@@ -92,6 +92,7 @@ table.substitutions td, table.substitutions th {
color: inherit;
}
/*.timetable-time {*/
/*margin-right: 20px;*/
/*}*/
.btn-timetable-quicklaunch {
margin: 1%;
width: 30%;
}
......@@ -3,12 +3,7 @@
{% load i18n %}
{% block extra_head %}
<style type="text/css">
.btn-timetable-quicklaunch {
margin: 1%;
width: 30%;
}
</style>
<link rel="stylesheet" href="{% static 'css/chronos/timetable.css' %}">
{% endblock %}
{% block page_title %}{% trans "All timetables" %}{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment