]> git.parisson.com Git - mezzo.git/commitdiff
Minimize the font size in the links
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 13:41:33 +0000 (15:41 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 13:41:33 +0000 (15:41 +0200)
app/templates/core/inc/link.html

index 90476c96bf9754d504c918df42fab8c1892fbd6f..89d5933c2749eaf07341b6f8db2ad11b64ee2e53 100644 (file)
@@ -2,7 +2,7 @@
 <p>
     <strong>{% trans "Linked websites" %}</strong>
 </p>
-<ul class="unstyled-list">
+<ul class="unstyled-list fss">
     {% for link in links %}
       <li><a href="{{ link.url }}" title=""><i class="fa fa-{{ link.link_type.name }}"></i> {{ link.url }}</a></li>
     {% endfor %}