rustdoc: improvements to stability dashboard
* Makes dashboard width dynamic. * Colors unmarked items. * Gives overall crate percentages.
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
$('.docblock.short').width(function() {
|
||||
return contentWidth - 40 - $(this).prev().width();
|
||||
}).addClass('nowrap');
|
||||
$('.summary-column').width(function() {
|
||||
return contentWidth - 40 - $(this).prev().width();
|
||||
})
|
||||
}, 150);
|
||||
}
|
||||
resizeShortBlocks();
|
||||
|
||||
Reference in New Issue
Block a user