Browse Source

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

Laurel Fulford 6 years ago
parent
commit
61a32e45bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ixion/rtl.css

+ 1 - 1
ixion/rtl.css

@@ -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;
 }