Decrease title font size

This commit is contained in:
Roberto Rosario
2015-03-31 17:37:21 -04:00
parent 02c3e41cd4
commit adf04dd1c6
12 changed files with 19 additions and 19 deletions

View File

@@ -56,7 +56,7 @@
{% endblock stylesheets %}
{% block content %}
<h2>{% trans 'About' %}</h2>
<h3>{% trans 'About' %}</h3>
<hr>
<div class="well">

View File

@@ -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">

View File

@@ -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">

View File

@@ -6,7 +6,7 @@
{% block content %}
{% if main_title %}
<h2>{{ main_title }}</h2>
<h3>{{ main_title }}</h3>
<hr>
{% endif %}

View File

@@ -1,9 +1,9 @@
{% load i18n %}
{% load static %}
<h2>
<h3>
{% include 'appearance/calculate_form_title.html' %}
</h2>
</h3>
<hr>
<div class="well bs-component">

View File

@@ -6,9 +6,9 @@
{% block title %} :: {{ title }}{% endblock %}
{% block content %}
<h2>
<h3>
{{ title }}
</h2>
</h3>
<hr>
<div class="well center-block">
<div class="row">

View File

@@ -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">

View File

@@ -6,7 +6,7 @@
{% block content %}
{% if main_title %}
<h2>{{ main_title }}</h2>
<h3>{{ main_title }}</h3>
<hr>
{% endif %}

View File

@@ -1,9 +1,9 @@
{% load i18n %}
{% load static %}
<h2>
<h3>
{% include 'appearance/calculate_form_title.html' %}
</h2>
</h3>
<hr>
<div class="well bs-component">

View File

@@ -3,7 +3,7 @@
{% block title %} :: {{ title }}{% endblock %}
{% block content %}
<h2>{{ title }}</h2>
<h3>{{ title }}</h3>
<hr>
{% include 'appearance/generic_subtemplate.html' %}
{% endblock %}

View File

@@ -8,9 +8,9 @@
{% block title %} :: {% trans 'Home' %}{% endblock %}
{% block content %}
<h2>
<h3>
{% trans 'Home' %}
</h2>
</h3>
<hr>
<div class="row">

View File

@@ -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">