From 0bfb9e94d60f6a924a2a1993895ef0c541dd4f20 Mon Sep 17 00:00:00 2001 From: Felipe Henrique de Almeida Bormann Date: Thu, 5 Jan 2017 16:23:54 -0300 Subject: [PATCH] fixed my subjects title --- amadeus/static/css/base/amadeus.css | 8 ++++++++ subjects/templates/subjects/initial.html | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 9189ffe..3dfd1c3 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -23,6 +23,14 @@ margin-left: 20%; width: 70%; } + +.my-subjects-title{ + text-align: center; + font-family: Roboto; + font-size: 18px; + color: #26A69A; +} + /* initial page ends */ /* sidebar menu */ diff --git a/subjects/templates/subjects/initial.html b/subjects/templates/subjects/initial.html index 2c17a1d..e73efcd 100644 --- a/subjects/templates/subjects/initial.html +++ b/subjects/templates/subjects/initial.html @@ -1,6 +1,6 @@ {% extends "categories/home.html" %} -{% load static pagination %} +{% load static pagination i18n %} {% block content %} @@ -13,8 +13,9 @@ - +
+

{% trans "Meus Assuntos" %}

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