Ensure default font-style for <em> is italic.
This commit is contained in:
parent
903330afad
commit
30388b7b6e
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue