mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-14 00:58:12 -05:00
27 lines
517 B
HTML
27 lines
517 B
HTML
<style>
|
|
.cell.nbinteract-left {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
.cell.nbinteract-right {
|
|
width: 50%;
|
|
float: right;
|
|
}
|
|
.cell.nbinteract-hide_in > .input {
|
|
display: none;
|
|
}
|
|
.cell.nbinteract-hide_out > .output_wrapper {
|
|
display: none;
|
|
}
|
|
.cell:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
div.output_subarea {
|
|
max-width: initial;
|
|
}
|
|
.jp-OutputPrompt {
|
|
display: none;
|
|
}
|
|
</style> |