aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-05 20:02:02 -0700
committerMark Otto <[email protected]>2014-07-05 20:02:02 -0700
commit9677c95d83f361b7c3a43e56ef89590305c84905 (patch)
tree11a989ed4581b3a95d35e27f5790ee3885b3bd5e /less
parentf22e7d857a4f7aa3f1def71e863b6ce761503928 (diff)
downloadbootstrap-9677c95d83f361b7c3a43e56ef89590305c84905.tar.xz
bootstrap-9677c95d83f361b7c3a43e56ef89590305c84905.zip
Fixes #13967: Don't reset the cite element's font-style
Diffstat (limited to 'less')
-rw-r--r--less/type.less5
1 files changed, 0 insertions, 5 deletions
diff --git a/less/type.less b/less/type.less
index 9b1e48bae..6ab3c0804 100644
--- a/less/type.less
+++ b/less/type.less
@@ -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;