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:
parent
5acee30d9d
commit
cf3203e016
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue