Ensure default font-style for <em> is italic.

This commit is contained in:
cappadona 2011-03-22 17:12:23 +00:00
parent 903330afad
commit 30388b7b6e

View file

@ -35,6 +35,9 @@ a:hover {
a { a {
color: #2485AE; color: #2485AE;
} }
em {
font-style: italic;
}
/* h1,h2,h3,h4,h5,h6 ------> */ /* h1,h2,h3,h4,h5,h6 ------> */
h2 { h2 {
padding: 10px 0 12px 0; padding: 10px 0 12px 0;