i and em are italics, b and strong are bold

This commit is contained in:
Barry Clark 2014-07-14 22:13:26 -04:00
parent 655bd12097
commit ed4f8304de
2 changed files with 4 additions and 4 deletions

View file

@ -97,11 +97,11 @@ ul ul, ol ul {
list-style-type: circle;
}
em {
em, i {
font-style: italic;
}
strong {
strong, b {
font-weight: 600;
}