mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
invoke css
This commit is contained in:
parent
193986748c
commit
c639380a1f
5
IPython/html/static/style/ipython.min.css
vendored
5
IPython/html/static/style/ipython.min.css
vendored
@ -892,6 +892,11 @@ div.output_stderr {
|
||||
div.output_latex {
|
||||
text-align: left;
|
||||
}
|
||||
div.output_png div.ui-wrapper,
|
||||
div.output_svg div.ui-wrapper,
|
||||
div.output_jpeg div.ui-wrapper {
|
||||
max-width: 100%;
|
||||
}
|
||||
/* Empty output_javascript divs should have no height */
|
||||
div.output_javascript:empty {
|
||||
padding: 0;
|
||||
|
5
IPython/html/static/style/style.min.css
vendored
5
IPython/html/static/style/style.min.css
vendored
@ -9668,6 +9668,11 @@ div.output_stderr {
|
||||
div.output_latex {
|
||||
text-align: left;
|
||||
}
|
||||
div.output_png div.ui-wrapper,
|
||||
div.output_svg div.ui-wrapper,
|
||||
div.output_jpeg div.ui-wrapper {
|
||||
max-width: 100%;
|
||||
}
|
||||
/* Empty output_javascript divs should have no height */
|
||||
div.output_javascript:empty {
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user