浏览代码

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

Laurel Fulford 6 年之前
父节点
当前提交
61a32e45bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }