From 2c3e3238e234a322e9e69f0571f55be19ca72bcd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 22 Oct 2014 02:42:38 +0000 Subject: [PATCH] Twenty Fifteen: Fix missing commas in the stylesheet. props iamtakashi. fixes #30068. git-svn-id: https://develop.svn.wordpress.org/trunk@29988 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/ie.css | 2 +- src/wp-content/themes/twentyfifteen/style.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/css/ie.css b/src/wp-content/themes/twentyfifteen/css/ie.css index af3f9b992c..fb2d8061e5 100644 --- a/src/wp-content/themes/twentyfifteen/css/ie.css +++ b/src/wp-content/themes/twentyfifteen/css/ie.css @@ -235,7 +235,7 @@ textarea { } blockquote.alignleft, -.wp-caption.alignleft +.wp-caption.alignleft, img.alignleft { margin: 0.4211em 1.6842em 1.6842em 0; } diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 56ca545bb4..b77d9c8649 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -2866,7 +2866,7 @@ span > video { } blockquote.alignleft, - .wp-caption.alignleft + .wp-caption.alignleft, img.alignleft { margin: 0.4118em 1.6471em 1.6471em 0; } @@ -3459,7 +3459,7 @@ span > video { } blockquote.alignleft, - .wp-caption.alignleft + .wp-caption.alignleft, img.alignleft { margin: 0.4211em 1.6842em 1.6842em 0; } @@ -4653,7 +4653,7 @@ span > video { } blockquote.alignleft, - .wp-caption.alignleft + .wp-caption.alignleft, img.alignleft { margin: 0.4118em 1.6471em 1.6471em 0; } @@ -5153,7 +5153,7 @@ span > video { } blockquote.alignleft, - .wp-caption.alignleft + .wp-caption.alignleft, img.alignleft { margin: 0.4211em 1.6842em 1.6842em 0; }