Commit e3a2749f by Brian Talbot

studio html editor - added in styles for TinyMCE table elements

parent d2f79f10
...@@ -86,4 +86,23 @@ img { ...@@ -86,4 +86,23 @@ img {
code { code {
font-family: monospace, serif; font-family: monospace, serif;
background: none; 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;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment