More Broxygen stylesheet tweaks.

This commit is contained in:
Jon Siwek 2011-11-18 16:06:21 -06:00
parent 05d107db17
commit d3d09b798a
5 changed files with 318 additions and 19 deletions

3
doc/_static/download.js vendored Normal file
View file

@ -0,0 +1,3 @@
$(document).ready(function() {
$('.docutils.download').removeClass('download');
});