diff options
| -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;  | 
