From 793400e5c13281599199fab96a2538c7dcf8df0e Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 3 Jul 2009 16:29:30 +0000 Subject: added css rule for em tags to work properly with htmlawed and tinyMCE editor git-svn-id: https://code.elgg.org/elgg/trunk@3384 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/default/css.php b/views/default/css.php index 5e206cf52..11df2710d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -45,6 +45,9 @@ table, caption, tbody, tfoot, thead, tr, th, td { ol, ul { list-style: none; } +em, i { + font-style:italic; +} /* tables still need cellspacing="0" (for ie6) */ table { border-collapse: separate; -- cgit v1.2.3