commit 527ccbcd3a9b86d1818c9b9045f3a978795c3a00 Author: Antonela hola@antonela.me Date: Thu May 14 15:12:23 2020 -0300
remove caps from titles --- templates/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/header.html b/templates/header.html index 3e4b29b..866edad 100644 --- a/templates/header.html +++ b/templates/header.html @@ -12,10 +12,10 @@ <div class="row"> <div class="col-12 content-center pt-5"> <div class="row"> - <h6 class="mx-auto text-white text-capitalize">{% block section %}{{ this.section }}{% endblock %}</h6> + <h6 class="mx-auto text-white">{% block section %}{{ this.section }}{% endblock %}</h6> </div> <div class="row pb-5"> - <h2 class="mx-auto display-3 text-white text-capitalize">{% block title %}{{ this.title }}{% endblock %}</h2> + <h2 class="mx-auto display-3 text-white">{% block title %}{{ this.title }}{% endblock %}</h2> </div> </div> </div>
tor-commits@lists.torproject.org