.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; font-family: @font-stack-monospace;
line-height: normal; line-height: normal;
} }
em, em,
.em, .italic,
address, address,
cite, cite,
dfn, dfn,
@ -171,16 +172,12 @@ i,
var { var {
font-style: italic; font-style: italic;
} }
.no-em {
font-style: normal;
}
strong, strong,
.strong { .bold {
font-weight: bold; font-weight: bold;
} }
.no-strong {
font-weight: normal;
}
small, small,
sub, sub,
sup { sup {

View file

@ -157,7 +157,7 @@ kbd {
} }
em, em,
.em, .italic,
address, address,
cite, cite,
dfn, dfn,
@ -166,19 +166,11 @@ var {
font-style: italic; font-style: italic;
} }
.no-em {
font-style: normal;
}
strong, strong,
.strong { .bold {
font-weight: bold; font-weight: bold;
} }
.no-strong {
font-weight: normal;
}
small, small,
sub, sub,
sup { sup {