Make ‘7 days’ text on activity page not bold’

This commit is contained in:
Chris Hill-Scott
2016-05-03 08:57:19 +01:00
parent edc49a2870
commit 127651b894
+2 -2
View File
@@ -64,8 +64,8 @@
</div> </div>
{% if notifications %} {% if notifications %}
<p class="heading-small bottom-gutter"> <p class="bottom-gutter">
<a href="{{ request.url }}&amp;download=csv" download>Download as a CSV file</a> <a href="{{ request.url }}&amp;download=csv" download class="heading-small">Download as a CSV file</a>
&emsp; &emsp;
Delivery information is available for 7 days Delivery information is available for 7 days
</p> </p>