addes .strong and .em
This commit is contained in:
parent
35202bd1bd
commit
6f84bea1c6
1 changed files with 10 additions and 2 deletions
|
@ -129,12 +129,20 @@ kbd {
|
|||
font-family: @fontstack2;
|
||||
line-height: normal;
|
||||
}
|
||||
em {
|
||||
em,
|
||||
.em {
|
||||
font-style: italic;
|
||||
}
|
||||
strong {
|
||||
.no-em {
|
||||
font-style: normal;
|
||||
}
|
||||
strong,
|
||||
.strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
.no-strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* ----------------------------- */
|
||||
/* == hiding content */
|
||||
|
|
Loading…
Reference in a new issue