]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added css rule for em tags to work properly with htmlawed and tinyMCE editor
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 3 Jul 2009 16:29:30 +0000 (16:29 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 3 Jul 2009 16:29:30 +0000 (16:29 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3384 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css.php

index 5e206cf52c9694aa17c7232fe48af0cc8c9e19ed..11df2710d7ed00efab3f443f7e5dbc6ab057ded4 100644 (file)
@@ -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;