Decrease title font size
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
{% endblock stylesheets %}
|
||||
|
||||
{% block content %}
|
||||
<h2>{% trans 'About' %}</h2>
|
||||
<h3>{% trans 'About' %}</h3>
|
||||
<hr>
|
||||
|
||||
<div class="well">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{% block content %}
|
||||
{% for key, value in blocks.items %}
|
||||
<div class="content">
|
||||
<h2 class="title">{{ value.title }}</h2>
|
||||
<h3 class="title">{{ value.title }}</h3>
|
||||
<div class="inner">
|
||||
<p>
|
||||
<ul class="undecorated_list">
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
{% block title %} :: {% trans 'Confirm' %} {{ title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>
|
||||
<h3>
|
||||
{% if delete_view %}
|
||||
{% trans 'Confirm delete' %}
|
||||
{% else %}
|
||||
{% trans 'Confirm' %}
|
||||
{% endif %}
|
||||
</h2>
|
||||
</h3>
|
||||
<hr>
|
||||
|
||||
<div class="modal-dialog">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% if main_title %}
|
||||
<h2>{{ main_title }}</h2>
|
||||
<h3>{{ main_title }}</h3>
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
<h2>
|
||||
<h3>
|
||||
{% include 'appearance/calculate_form_title.html' %}
|
||||
</h2>
|
||||
</h3>
|
||||
<hr>
|
||||
|
||||
<div class="well bs-component">
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
{% block title %} :: {{ title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>
|
||||
<h3>
|
||||
{{ title }}
|
||||
</h2>
|
||||
</h3>
|
||||
<hr>
|
||||
<div class="well center-block">
|
||||
<div class="row">
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
{% autopaginate object_list %}
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h2>
|
||||
<h3>
|
||||
{% ifnotequal page_obj.paginator.num_pages 1 %}
|
||||
{% blocktrans with page_obj.start_index as start and page_obj.end_index as end and page_obj.paginator.object_list|length as total and page_obj.number as page_number and page_obj.paginator.num_pages as total_pages %}{{ title }} ({{ start }} - {{ end }} out of {{ total }}) (Page {{ page_number }} of {{ total_pages }}){% endblocktrans %}
|
||||
{% else %}
|
||||
{% blocktrans with page_obj.paginator.object_list|length as total %}{{ title }} ({{ total }}){% endblocktrans %}
|
||||
{% endifnotequal %}
|
||||
</h2>
|
||||
</h3>
|
||||
<hr>
|
||||
|
||||
<div class="well center-block">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% if main_title %}
|
||||
<h2>{{ main_title }}</h2>
|
||||
<h3>{{ main_title }}</h3>
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{% load i18n %}
|
||||
{% load static %}
|
||||
|
||||
<h2>
|
||||
<h3>
|
||||
{% include 'appearance/calculate_form_title.html' %}
|
||||
</h2>
|
||||
</h3>
|
||||
<hr>
|
||||
|
||||
<div class="well bs-component">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block title %} :: {{ title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>{{ title }}</h2>
|
||||
<h3>{{ title }}</h3>
|
||||
<hr>
|
||||
{% include 'appearance/generic_subtemplate.html' %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
{% block title %} :: {% trans 'Home' %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>
|
||||
<h3>
|
||||
{% trans 'Home' %}
|
||||
</h2>
|
||||
</h3>
|
||||
<hr>
|
||||
|
||||
<div class="row">
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
{% block title %} :: {{ title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>
|
||||
<h3>
|
||||
{{ title }}
|
||||
</h2>
|
||||
</h3>
|
||||
<hr>
|
||||
{% for key, value in blocks.items %}
|
||||
<div class="panel panel-primary">
|
||||
|
||||
Reference in New Issue
Block a user