mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fixes #13967: Don't reset the cite element's font-style
This commit is contained in:
Vendored
-3
@@ -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;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
-3
@@ -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;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user