addes .strong and .em

This commit is contained in:
Raphael Goetter 2014-05-03 11:28:17 +02:00
parent 35202bd1bd
commit 6f84bea1c6

View File

@ -129,12 +129,20 @@ kbd {
font-family: @fontstack2; font-family: @fontstack2;
line-height: normal; line-height: normal;
} }
em { em,
.em {
font-style: italic; font-style: italic;
} }
strong { .no-em {
font-style: normal;
}
strong,
.strong {
font-weight: bold; font-weight: bold;
} }
.no-strong {
font-weight: normal;
}
/* ----------------------------- */ /* ----------------------------- */
/* == hiding content */ /* == hiding content */