Update docs.js

This commit is contained in:
Ivan Blinkov 2020-05-06 22:39:56 +03:00 committed by GitHub
parent 0717b9c4ca
commit c6876ccab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ $(document).ready(function () {
});
$('.admonition').each(function () {
var current = $(this);
current.addClass('alert').addClass('lead');
current.addClass('alert').addClass('lead').addClass('pb-0').addClass('mb-4');
current.attr('role', 'alert');
current.find('a').addClass('alert-link');
if (current.hasClass('info') || current.hasClass('note')) {