diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 50d1f6944d..0b622d7d4f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -374,7 +374,8 @@ ol { li { line-height: 18px; } -ul.unstyled { +ul.unstyled, +ol.unstyled { margin-left: 0; list-style: none; } diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 45ab0703bd..77e2e02cd9 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -172,6 +172,13 @@
twipsy()
to tooltip()
, and the class name changed from twipsy
to tooltip
.{{/i}}placement
option value that was below
is now bottom
, and above
is now top
.{{/i}}animate
option was renamed to animation
.{{/i}}html
option was removed, as the tooltips default to allowing HTML now.{{/i}}.title
to .popover-title
, .inner
to .popover-inner
, and .content
to .popover-content
.{{/i}}