Fixes #13967: Don't reset the cite element's font-style

This commit is contained in:
Mark Otto 2014-07-05 20:02:02 -07:00
parent f22e7d857a
commit 9677c95d83
7 changed files with 4 additions and 15 deletions

View File

@ -1117,9 +1117,6 @@ small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
mark,
.mark {
padding: .2em;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1117,9 +1117,6 @@ small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
mark,
.mark {
padding: .2em;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -80,11 +80,6 @@ small,
font-size: floor((100% * @font-size-small / @font-size-base));
}
// Undo browser default styling
cite {
font-style: normal;
}
mark,
.mark {
background-color: @state-warning-bg;