fix css in .output_area pre

font: inherit conflict with monospace, wich in some cases
leads to non-monospace font (nbviewer for example)
This commit is contained in:
Matthias BUSSONNIER 2013-03-05 21:03:27 +01:00
parent abb31c2d3a
commit 3b37cd80e4

View File

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