Makes custom TinyMCE views easier to implement.

For details and examples, see the ticket.

props azaozz, fixes #21812.


git-svn-id: http://core.svn.wordpress.org/trunk@21961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith
2012-09-24 00:13:18 +00:00
parent ce507560c0
commit cd5f64584e
8 changed files with 223 additions and 2 deletions

View File

@@ -141,3 +141,7 @@ img.wp-oembed {
height: 250px;
}
/* WordPress TinyMCE Previews */
div.wp-preview-wrap {
display: inline;
}