Skip to content

Commit

Permalink
Item9570: Make the text in tables the same size as ordinary text.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8809 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelTempest authored and MichaelTempest committed Aug 28, 2010
1 parent bae458f commit 7c25a9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TinyMCEPlugin/pub/System/TinyMCEPlugin/wysiwyg_src.css
Expand Up @@ -30,3 +30,7 @@
}
.WYSIWYG_TT {}

/* Make the text in tables the same size as normal paragraph text */
.mceContentBody td {
font-size:small;
}

0 comments on commit 7c25a9c

Please sign in to comment.