From 3224899172158fa8995ac981c3673de5e669917a Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 14:35:51 -0300 Subject: [PATCH] I am a real XHTML/CSS hacker! :-) Uses h3, since in the current div, id content, it's already large and red. Perhaps, using an ID for this may be a better solution, however. --- templates/programacao.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/programacao.html b/templates/programacao.html index dd2bd8c..0cf74a4 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -6,9 +6,9 @@ {% for p in aprovadas %} {% ifchanged p.dia %} - +

{{ p.dia|date:"l, d \de F" }} - +



{% endifchanged %} {{p.titulo}} -- 2.20.1