Projet

Général

Profil

0003-toodego-replace-dedicated-clear-float-tags-by-.clear.patch

Thomas Jund, 22 juillet 2020 16:39

Télécharger (925 octets)

Voir les différences:

Subject: [PATCH 03/10] toodego: replace dedicated clear float tags by
 ".clearfix" class (#45365)

 templates/variants/toodego/combo/json/stats.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
templates/variants/toodego/combo/json/stats.html
1 1
{% load combo %}
2
<div class="clearfix">
2 3
<div class="stats-tile-table grid-1-2">
3 4
<table>
4 5
  <tr><th>Infos utilisateurs</th></tr>
......
19 20
  {% endfor %}
20 21
</table>
21 22
</div>
22
<br style="clear: both;">
23
</div>
23 24
<style>
24 25
.stats-tile-table tr:hover td {
25 26
  background: #eee;
26
-