Editor CSS: Add missing semicolons.
props cfoellmann. fixes #30487. Built from https://develop.svn.wordpress.org/trunk@30550 git-svn-id: http://core.svn.wordpress.org/trunk@30539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ba21e7e0b
commit
3cb1fb9c18
|
@ -158,8 +158,8 @@ div.mce-inline-toolbar-grp {
|
|||
border: 1px solid #aaa;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 )
|
||||
box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 )
|
||||
-webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
|
||||
box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -158,8 +158,8 @@ div.mce-inline-toolbar-grp {
|
|||
border: 1px solid #aaa;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 )
|
||||
box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 )
|
||||
-webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
|
||||
box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30549';
|
||||
$wp_version = '4.1-beta2-30550';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue