Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marco Milesi

    (@milmor)

    Thank you, i will check as soon as possibile

    Guess you didn’t bother to check or fix cos this screwed my css minification up, I found the reason is this wpa.css (in styles/0/wpa.css, styles/1/wpa.css, styles/2/wpa.css etc) You have in file:

    NOTE AT THE VERY END OF EACH IS ‘; with breaks stylesheets when compressed or minified

    ul.post-attachments{list-style:none;margin:0;}
    li.post-attachment{background:url(document.png) 0 4px no-repeat;padding-left:24px;}
    .post-attachment.mime-imagejpeg,.post-attachment.mime-imagepng,.post-attachment.mime-imagejpeg,.post-attachment.mime-imagegif{background-image:url(document-image.png);}
    .post-attachment.mime-applicationzip{background-image:url(document-zipper.png);}
    .post-attachment.mime-applicationpdf{background-image:url(document-pdf.png);}
    .post-attachment.mime-applicationvnd-ms-excel{background-image:url(document-excel.png);}
    .post-attachment.mime-applicationvnd-openxmlformats-officedocument-spreadsheetml-sheet{background-image:url(document-excel.png);}
    .post-attachment.mime-applicationmsword{background-image:url(document-word.png);}
    .post-attachment.mime-applicationvnd-openxmlformats-officedocument-wordprocessingml-document{background-image:url(document-word.png);}
    .post-attachment.mime-applicationvnd-oasis-opendocument-spreadsheet{background-image:url(document-ods.png);}
    .post-attachment.mime-applicationvnd-oasis-opendocument-text{background-image:url(document-odt.png);}
    .post-attachment.mime-audiompeg{background-image:url(document-music.png);}’;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A little css validation error’ is closed to new replies.