From 61a32e45bbb931d7a4f8a4d57250c12c684d3fc7 Mon Sep 17 00:00:00 2001 From: Laurel Fulford Date: Mon, 12 Nov 2018 09:31:01 -0800 Subject: [PATCH] Ixion: Remove esaping characters, as they are causing issues with CSS minifiers. --- ixion/rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ixion/rtl.css b/ixion/rtl.css index 1be76bb84..89a7a3700 100644 --- a/ixion/rtl.css +++ b/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; }