Skip to content

Commit

Permalink
tweak feedback styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Mar 10, 2021
1 parent 11cf0d5 commit c167e91
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions courses/templates/grades.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

{% block title %}: {{ student.get_full_name }}{% endblock %}

{% block css %}
<style>
blockquote {
font-style: italic;
}
ul {
list-style-type: disc;
}
table p {
margin-top: 4px;
}
</style>
{% endblock %}

{% block content %}
<h4><span class="title">{{ student.get_full_name }}</span></h4>
<h3>Graded assignments</h3>
Expand Down

0 comments on commit c167e91

Please sign in to comment.