Skip to content

Commit

Permalink
Item9606: add extra padding and min width to table cells
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8926 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 6, 2010
1 parent c0dfa25 commit 21894e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TinyMCEPlugin/pub/System/TinyMCEPlugin/wysiwyg_src.css
Expand Up @@ -34,3 +34,11 @@
.mceContentBody td {
font-size:small;
}
.mceContentBody table {
margin:.25em 0;
}
.mceContentBody td,
.mceContentBody th {
padding:.25em;
min-width:1em;
}

0 comments on commit 21894e3

Please sign in to comment.