Twenty Fifteen: Add a missing comma in rtl.css.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-09-24 16:03:24 +00:00
parent 5b9af35c4c
commit 38b561e8df
2 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@ img.alignleft {
}
blockquote.alignright,
.wp-caption.alignright
.wp-caption.alignright,
img.alignright {
margin: 0.4118em 0 1.6471em 1.6471em;
}

View File

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