css icon indicating copy to clipboard operation
css copied to clipboard

semicolon after last attribute

Open tkloc opened this issue 13 years ago • 0 comments

hi,

.row.temporary_price_list_id { padding-left: 130px; width: 88% }

parser is ignoring 'width' attribute because of lack of semicolon. semicolon is not required after last attribute so it looks like a bug for me

tkloc avatar Feb 06 '12 21:02 tkloc