From cae97f07277a1a00607d8a16e24a047dd17ec41a Mon Sep 17 00:00:00 2001 From: qw3rty Date: Wed, 12 May 2010 19:50:56 +0000 Subject: [PATCH] added number of answers to the question list pages git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@236 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 9 +++++---- forum/skins/default/templates/base.html | 7 +++---- .../default/templates/question_list/count.html | 18 +++++++++++++++--- forum/views/readers.py | 9 ++++++--- 4 files changed, 29 insertions(+), 14 deletions(-) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 7514be0..52978ea 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -340,16 +340,17 @@ blockquote { .questions-count { color: #A40000; font-family: sans-serif; - font-size: 32px; + font-size: 24px; font-weight: 600; margin-top: 3px; + margin-right: 5px; padding: 0 0 5px 0; } .boxA { - background: none repeat scroll 0 0 #888A85; - margin-bottom: 8px; - padding: 6px; + background: none repeat scroll 0 0 #888A85; + margin-bottom: 8px; + padding: 6px; } .boxA h3 { diff --git a/forum/skins/default/templates/base.html b/forum/skins/default/templates/base.html index e163d73..465fa7c 100644 --- a/forum/skins/default/templates/base.html +++ b/forum/skins/default/templates/base.html @@ -36,9 +36,8 @@ }); {% endif %} - - {% block forejs %} - {% endblock %} + +