Safari compatibility
This commit is contained in:
		@@ -633,7 +633,7 @@ jQuery(document).ready(function($)
 | 
			
		||||
                        cartel += data[idx].month + ' ';
 | 
			
		||||
                    if (data[idx].year != '—')
 | 
			
		||||
                        cartel += data[idx].year;
 | 
			
		||||
                    cartel += '</span><span class="format">' + data[idx].paint + ' sur ' + data[idx].support.toLowerCase();
 | 
			
		||||
                    cartel += ' </span><span class="format">' + data[idx].paint + ' sur ' + data[idx].support.toLowerCase();
 | 
			
		||||
                    if (data[idx].dimension != '—')
 | 
			
		||||
                        cartel += ' (' + data[idx].dimension + ')';
 | 
			
		||||
                    cartel += '</span>';
 | 
			
		||||
 
 | 
			
		||||
@@ -112,7 +112,7 @@ jQuery(document).ready(function($)
 | 
			
		||||
                            cartel += data[idx].month + ' ';
 | 
			
		||||
                        if (data[idx].year != '—')
 | 
			
		||||
                            cartel += data[idx].year;
 | 
			
		||||
                        cartel += '</span><span class="format">' + data[idx].paint + ' sur ' + data[idx].support.toLowerCase();
 | 
			
		||||
                        cartel += ' </span><span class="format">' + data[idx].paint + ' sur ' + data[idx].support.toLowerCase();
 | 
			
		||||
                        if (data[idx].dimension != '—')
 | 
			
		||||
                            cartel += ' (' + data[idx].dimension + ')';
 | 
			
		||||
                        cartel += '</span>';
 | 
			
		||||
 
 | 
			
		||||
@@ -19,6 +19,7 @@ body {
 | 
			
		||||
    margin:auto;
 | 
			
		||||
    display:block;
 | 
			
		||||
    font-family:'Rubik', Helvetica;
 | 
			
		||||
    -webkit-text-size-adjust:none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user