From c6f7fd2c8f5218f57756e92975c6f0cd6a4e602a Mon Sep 17 00:00:00 2001 From: Felipe Henrique de Almeida Bormann Date: Thu, 5 Jan 2017 17:47:54 -0300 Subject: [PATCH] fixed titles on initial page --- amadeus/static/css/base/amadeus.css | 2 +- subjects/templates/subjects/initial.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 3dfd1c3..c099249 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -25,7 +25,7 @@ } .my-subjects-title{ - text-align: center; + font-family: Roboto; font-size: 18px; color: #26A69A; diff --git a/subjects/templates/subjects/initial.html b/subjects/templates/subjects/initial.html index d7a22e9..7a7e1ec 100644 --- a/subjects/templates/subjects/initial.html +++ b/subjects/templates/subjects/initial.html @@ -3,9 +3,9 @@ {% load static pagination i18n %} {% block content %} - +

{% trans "Palavras-chave mais populares" %}

-

{% trans "Palavras-chave mais populares" %}

+
    {% for marker in markers %} @@ -16,7 +16,7 @@
-

{% trans "Meus Assuntos" %}

+

{% trans "Meus Assuntos" %}

{% for subject in subjects %} {% include "subjects/subject_card.html" with accordion_id="subject-accordion" %} -- libgit2 0.21.2