Ixion: Remove esaping characters, as they are causing issues with CSS minifiers.

This commit is contained in:
Laurel Fulford 2018-11-12 09:31:01 -08:00
parent 787c77b0b6
commit 61a32e45bb

View file

@ -196,7 +196,7 @@ li > ol {
float: left;
}
.wp-caption img[class*=\"wp-image-\"] {
.wp-caption img[class*="wp-image-"] {
margin-right: auto;
margin-left: auto;
}