##// END OF EJS Templates
another stab at confining images to page width...
another stab at confining images to page width - double-click toggles 'raw' size for large image output - uses max-width on both markdown and output images - `height: auto` fixes aspect ratio problems caused by using max-width alone - img.unconfined disables max-width confinement

File last commit:

r19814:eb27a16e
r20981:0bc30a1a
Show More
terminal.less
32 lines | 567 B | text/x-less | LessCssLexer
.terminal-app {
background: @page-backdrop-color;
#header {
background: @body-bg;
.box-shadow(@global-shadow);
}
.terminal {
float: left;
font-family: monospace;
color: white;
background: black;
padding: @code_padding;
border-radius: @border-radius-base;
.box-shadow(@global-shadow-dark);
&, dummy-screen {
line-height: 1em;
font-size: @notebook_font_size;
}
}
.terminal-cursor {
color: black;
background: white;
}
#terminado-container {
margin-top: @page-header-padding;
}
}