mirror of
https://github.com/acid-info/vac.dev-backup.git
synced 2026-08-30 12:51:07 +00: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> |