.em and .strong redefined as .italic and .bold
This commit is contained in:
parent
d5cdb0b690
commit
17b79d9886
2 changed files with 7 additions and 18 deletions
|
@ -162,8 +162,9 @@ kbd {
|
|||
font-family: @font-stack-monospace;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
em,
|
||||
.em,
|
||||
.italic,
|
||||
address,
|
||||
cite,
|
||||
dfn,
|
||||
|
@ -171,16 +172,12 @@ i,
|
|||
var {
|
||||
font-style: italic;
|
||||
}
|
||||
.no-em {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
strong,
|
||||
.strong {
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.no-strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
small,
|
||||
sub,
|
||||
sup {
|
||||
|
|
|
@ -157,7 +157,7 @@ kbd {
|
|||
}
|
||||
|
||||
em,
|
||||
.em,
|
||||
.italic,
|
||||
address,
|
||||
cite,
|
||||
dfn,
|
||||
|
@ -166,19 +166,11 @@ var {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
.no-em {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
strong,
|
||||
.strong {
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.no-strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
small,
|
||||
sub,
|
||||
sup {
|
||||
|
|
Loading…
Reference in a new issue