diff options
| author | Mark Otto <[email protected]> | 2014-07-05 20:02:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-05 20:02:02 -0700 |
| commit | 9677c95d83f361b7c3a43e56ef89590305c84905 (patch) | |
| tree | 11a989ed4581b3a95d35e27f5790ee3885b3bd5e /less | |
| parent | f22e7d857a4f7aa3f1def71e863b6ce761503928 (diff) | |
| download | bootstrap-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.less | 5 |
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; |
