fix css in .output_area pre

font: inherit conflict with monospace, wich in some cases
leads to non-monospace font (nbviewer for example)
Matthias BUSSONNIER 13 years ago
parent abb31c2d3a
commit 3b37cd80e4

@ -283,7 +283,6 @@ div.output_area pre {
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
color: black;
}

Loading…
Cancel
Save