Twenty Fifteen: Add missing commas in rtl.css.

Props netweb.
Fixes #33985.
Built from https://develop.svn.wordpress.org/trunk@34586


git-svn-id: http://core.svn.wordpress.org/trunk@34550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-09-26 10:49:26 +00:00
parent 5acee30d9d
commit cf3203e016
2 changed files with 4 additions and 4 deletions

View File

@ -561,7 +561,7 @@ img.alignleft {
}
blockquote.alignright,
.wp-caption.alignright
.wp-caption.alignright,
img.alignright {
margin: 0.4211em 0 1.6842em 1.6842em;
}
@ -721,7 +721,7 @@ img.alignleft {
}
blockquote.alignright,
.wp-caption.alignright
.wp-caption.alignright,
img.alignright {
margin: 0.4118em 0 1.6471em 1.6471em;
}
@ -786,7 +786,7 @@ img.alignleft {
}
blockquote.alignright,
.wp-caption.alignright
.wp-caption.alignright,
img.alignright {
margin: 0.4211em 0 1.6842em 1.6842em;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34585';
$wp_version = '4.4-alpha-34586';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.