12 lines
177 B
CSS
12 lines
177 B
CSS
|
|
/**
|
|
* openWYSIWYG.
|
|
*/
|
|
table.tableTextareaEditor, table.tableTextareaEditor table {
|
|
margin: 0;
|
|
border-collapse: separate;
|
|
}
|
|
table.tableTextareaEditor td {
|
|
padding: 0;
|
|
}
|