Editor CSS: Add missing semicolons.

props cfoellmann.
fixes #30487.

git-svn-id: https://develop.svn.wordpress.org/trunk@30550 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-11-24 21:53:49 +00:00
parent 7c8c493a9c
commit c6222d9d78

View File

@ -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;