diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-07-03 16:29:30 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-07-03 16:29:30 +0000 |
commit | 793400e5c13281599199fab96a2538c7dcf8df0e (patch) | |
tree | 67c6b834990a7cb44d54148671f5cbf20c5f620a /views/default | |
parent | 2254dc67640ad54672bac3f2992221a9c433d117 (diff) | |
download | elgg-793400e5c13281599199fab96a2538c7dcf8df0e.tar.gz elgg-793400e5c13281599199fab96a2538c7dcf8df0e.tar.bz2 |
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
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
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; |