All CSS declarations must end with a semi-colon

This commit is contained in:
gregoirenovel 2017-04-06 19:58:11 +02:00
parent 3797015908
commit 9c04d3ff93
39 changed files with 75 additions and 76 deletions

View file

@ -16,4 +16,4 @@
.col-xs-2
%br
%br
= f.submit 'Valider', class: 'btn btn-info', style: 'float: left'
= f.submit 'Valider', class: 'btn btn-info', style: 'float: left;'