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:
Dominik Schilling 2014-11-24 21:54:23 +00:00
parent 4ba21e7e0b
commit 3cb1fb9c18
5 changed files with 7 additions and 7 deletions

View File

@ -158,8 +158,8 @@ div.mce-inline-toolbar-grp {
border: 1px solid #aaa; border: 1px solid #aaa;
-webkit-border-radius: 2px; -webkit-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
-webkit-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 ) box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;

File diff suppressed because one or more lines are too long

View File

@ -158,8 +158,8 @@ div.mce-inline-toolbar-grp {
border: 1px solid #aaa; border: 1px solid #aaa;
-webkit-border-radius: 2px; -webkit-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
-webkit-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 ) box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.