From 7c25a9c5ac84734d2c299bd1cfc17b0fbd381050 Mon Sep 17 00:00:00 2001 From: MichaelTempest Date: Sat, 28 Aug 2010 05:45:08 +0000 Subject: [PATCH] Item9570: Make the text in tables the same size as ordinary text. git-svn-id: http://svn.foswiki.org/trunk@8809 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- TinyMCEPlugin/pub/System/TinyMCEPlugin/wysiwyg_src.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TinyMCEPlugin/pub/System/TinyMCEPlugin/wysiwyg_src.css b/TinyMCEPlugin/pub/System/TinyMCEPlugin/wysiwyg_src.css index e16f4c6b87..74c7d141e9 100644 --- a/TinyMCEPlugin/pub/System/TinyMCEPlugin/wysiwyg_src.css +++ b/TinyMCEPlugin/pub/System/TinyMCEPlugin/wysiwyg_src.css @@ -30,3 +30,7 @@ } .WYSIWYG_TT {} +/* Make the text in tables the same size as normal paragraph text */ +.mceContentBody td { + font-size:small; +}