add custom style to object tag in tinymce

This commit is contained in:
Fabio Comuni 2011-10-21 16:26:57 +02:00
父節點 6769436f3b
當前提交 d80c0da3c0
共有 2 個文件被更改,包括 6 次插入0 次删除

二進制
images/plugin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 2.0 KiB

查看文件

@ -33,3 +33,9 @@ scrollbar-track-color:#F5F5F5;
img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
font[face=mceinline] {font-family:inherit !important}
object {
display: block; width: 400px;
background: #cccccc url(../images/plugin.png) no-repeat center center;
}