i and em are italics, b and strong are bold
This commit is contained in:
parent
655bd12097
commit
ed4f8304de
2 changed files with 4 additions and 4 deletions
|
@ -97,11 +97,11 @@ ul ul, ol ul {
|
||||||
list-style-type: circle;
|
list-style-type: circle;
|
||||||
}
|
}
|
||||||
|
|
||||||
em {
|
em, i {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong, b {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -105,10 +105,10 @@ ol ul, ul ol, ul ul, ol ol {
|
||||||
ul ul, ol ul {
|
ul ul, ol ul {
|
||||||
list-style-type: circle; }
|
list-style-type: circle; }
|
||||||
|
|
||||||
em {
|
em, i {
|
||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
|
|
||||||
strong {
|
strong, b {
|
||||||
font-weight: 600; }
|
font-weight: 600; }
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue