Commit 9677c95d authored by Mark Otto's avatar Mark Otto

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

parent f22e7d85
...@@ -1117,9 +1117,6 @@ small, ...@@ -1117,9 +1117,6 @@ small,
.small { .small {
font-size: 85%; font-size: 85%;
} }
cite {
font-style: normal;
}
mark, mark,
.mark { .mark {
padding: .2em; padding: .2em;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1117,9 +1117,6 @@ small, ...@@ -1117,9 +1117,6 @@ small,
.small { .small {
font-size: 85%; font-size: 85%;
} }
cite {
font-style: normal;
}
mark, mark,
.mark { .mark {
padding: .2em; padding: .2em;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -80,11 +80,6 @@ small, ...@@ -80,11 +80,6 @@ small,
font-size: floor((100% * @font-size-small / @font-size-base)); font-size: floor((100% * @font-size-small / @font-size-base));
} }
// Undo browser default styling
cite {
font-style: normal;
}
mark, mark,
.mark { .mark {
background-color: @state-warning-bg; background-color: @state-warning-bg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment