tinyce table

This commit is contained in:
life
2014-06-17 19:46:34 +08:00
parent a5b525affd
commit a0acd31fcf
5 changed files with 16 additions and 2 deletions

View File

@ -21,4 +21,9 @@ html {
}
* {
font-family: @fontFamily;
}
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
border: 1px solid #9B9898;
border-collapse: collapse;
}