diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css
index cacc6f61..77f71554 100644
--- a/anatomy/static/css/anatomy.css
+++ b/anatomy/static/css/anatomy.css
@@ -587,24 +587,6 @@ table.longs .user-answer-score- {
background-color: red;
}
-.published-icon {
- border: 1px dotted gray;
- opacity: 20%;
- border-radius: 4px;
- display: inline-block;
-}
-
-.published-icon:hover {
- opacity: 100%;
-}
-
-.exam-publish-results-switch + .published-icon {
- border: 1px solid purple;
- color: purple;
- opacity: 100%;
- display: inline-block;
-}
-
textarea,
input {
border-radius: 2px;
diff --git a/templates/exam_list.html b/templates/exam_list.html
index 83c0fc3f..4cf44a5f 100644
--- a/templates/exam_list.html
+++ b/templates/exam_list.html
@@ -12,9 +12,9 @@
{% if marking %}Mark{% endif %}
Candidates
Scores
-
+
{% endif %}
{% endfor %}
@@ -43,4 +43,27 @@
{% endif %}
{% include 'exam_overview_js.html' %}
+
+
+
{% endblock %}
+