.em and .strong redefined as .italic and .bold

This commit is contained in:
Raphael Goetter 2014-06-30 21:22:58 +02:00
parent d5cdb0b690
commit 17b79d9886
2 changed files with 7 additions and 18 deletions

View File

@ -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 {

View File

@ -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 {