[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tpo/develop] Fix #74 - title in trademark page is tiny
commit 91e87ee2bfabbe700a09a128fb2cd24505b69e37
Author: gus <gus@xxxxxxxxxxxxxx>
Date: Mon May 18 23:25:51 2020 -0400
Fix #74 - title in trademark page is tiny
---
templates/macros/topic.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/macros/topic.html b/templates/macros/topic.html
index 0439c829..7d9996d2 100644
--- a/templates/macros/topic.html
+++ b/templates/macros/topic.html
@@ -8,7 +8,7 @@
</h3>
<div id="{{ t.control }}" role="tabpanel" data-parent="#topics" class="anchor-spacer">
<div id="{{ t.control }}Accordion" data-children=".question">
- <h5 class="text-muted mb-3 p-0 {{ bag('alternatives', alternative, 'direction') }}">{{ item.title }}</h5>
+ <h1 class="mb-3 p-0 {{ bag('alternatives', alternative, 'direction') }}">{{ item.title }}</h1>
{% for q in site.query(item.path).include_undiscoverable(true) %}
{{ render_question(q, item._id, alternative) }}
{% endfor %}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits