Backport of be8b25def45bda2e9d1b63e67a80362832bcf45d from main
@@ -12,7 +12,7 @@
{% block content %}
-<p class="help">{% blocktranslate trimmed %}
+<p class="quiet">{% blocktranslate trimmed %}
To install bookmarklets, drag the link to your bookmarks toolbar, or right-click
the link and add it to your bookmarks. Now you can select the bookmarklet
from any page in the site.
@@ -73,6 +73,6 @@
</div>
{% endif %}
-<p class="small"><a href="{% url 'django-admindocs-models-index' %}">‹ {% translate 'Back to Model documentation' %}</a></p>
+<p><a href="{% url 'django-admindocs-models-index' %}">‹ {% translate 'Back to Model documentation' %}</a></p>
{% endblock %}
@@ -23,5 +23,5 @@
{% endfor %}
</ol>
-<p class="small"><a href="{% url 'django-admindocs-docroot' %}">‹ {% translate 'Back to Documentation' %}</a></p>
+<p><a href="{% url 'django-admindocs-docroot' %}">‹ {% translate 'Back to Documentation' %}</a></p>
@@ -29,5 +29,5 @@
<p>{{ meta.Templates }}</p>
-<p class="small"><a href="{% url 'django-admindocs-views-index' %}">‹ {% translate 'Back to View documentation' %}</a></p>
+<p><a href="{% url 'django-admindocs-views-index' %}">‹ {% translate 'Back to View documentation' %}</a></p>