commit 73a55e5b07bdaef64e179d3de16d45a5a93c56ee Author: HackerNCoder hackerncoder@encryptionin.space Date: Mon Nov 1 12:10:51 2021 +0000
Get rid of some css capitalization --- templates/header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/header.html b/templates/header.html index d9acc3e..7cdb3a0 100644 --- a/templates/header.html +++ b/templates/header.html @@ -15,7 +15,7 @@ <div class="row"> {% if this._model == 'donate-form' and this.header_image|length %} <div class="col-12 content-center pt-1 pt-sm-0 donate-has-image"> - <h2 class="mx-auto display-3 text-white text-capitalize donate-title">{{ this.title }}</h2> + <h2 class="mx-auto display-3 text-white donate-title">{{ this.title }}</h2> <img src="{{ '/static/css/images/home/png/yec-activist-light-en@3x.png' | asseturl }}" class="donate-header-image img-fluid" /> <!--{% set idx = this.header_image.index(".png") %} {% set header_mobile = this.header_image[:idx] + "-mobile" + this.header_image[idx:] %} @@ -29,10 +29,10 @@ {% else %} <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> {% if this.header_description_alignment == 'center' %} <div class="row text-center header-description">
tor-commits@lists.torproject.org