Missing font size setting in the lower cloud
[prawokultury.git] / questions / templates / questions / question_list.html
index b24b444..3d8fe7b 100755 (executable)
@@ -30,7 +30,7 @@ doświadczenie doradcze w tej tematyce.</p>
 
 <div id="questions-filter">
 
-    {% if tag %}<a href=".">Wyświetl wszystkie</a> lub w {% else %}W{% endif %}ybierz kategorię tematów:
+    {% if tag %}<a href=".">Wyświetl wszystkie</a> lub w{% else %}W{% endif %}ybierz kategorię tematów:
     <div id="questions-categories">
     <a href="#" data-category-id="0">bez kategorii</a>
     {% for category in tag_categories %} /
@@ -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>