Missing font size setting in the lower cloud
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 26 Apr 2013 12:21:26 +0000 (14:21 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 9 May 2013 09:04:48 +0000 (11:04 +0200)
questions/templates/questions/question_list.html

index 7c61881..3d8fe7b 100755 (executable)
@@ -43,8 +43,8 @@ doświadczenie doradcze w tej tematyce.</p>
         <div class="questions-tags-group" data-category-id="{{category_id}}">
         Wyświetl tylko na temat:
         {% for atag in tag_list %} {% if not forloop.first %}/{% endif %}
-            {% if atag == tag %}<strong>{{ atag }}</strong>
-            {% else %}<a href="?tag={{ atag.slug }}">{{ atag }}</a>
+            {% if atag == tag %}<strong style="font-size: {{atag.factor}}em;">{{ atag }}</strong>
+            {% else %}<a href="?tag={{ atag.slug }}" style="font-size: {{atag.factor}}em;">{{ atag }}</a>
             {% endif %}
         {% endfor %}
         </div>