rustdoc: improvements to stability dashboard
* Makes dashboard width dynamic. * Colors unmarked items. * Gives overall crate percentages.
This commit is contained in:
parent
79e9f14abf
commit
f26011d5a0
3 changed files with 38 additions and 26 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue