studio html editor - added in styles for TinyMCE table elements

This commit is contained in:
Brian Talbot
2013-01-22 15:20:25 -05:00
parent d2f79f10f0
commit e3a2749ff8

View File

@@ -86,4 +86,23 @@ img {
code {
font-family: monospace, serif;
background: none;
}
table {
width: 100%;
border-collapse: collapse;
font-size: 16px;
}
th {
background: #eee;
font-weight: bold;
}
table td, th {
margin: 20px 0;
padding: 10px;
border: 1px solid #ccc !important;
text-align: left;
font-size: 14px;
}