12345678910111213141516171819202122232425 |
- /*-----------------------------------------------------------------------------
- | Copyright (c) Jupyter Development Team.
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- body {
- background: white;
- margin: 0;
- padding: 0;
- }
- #main {
- position: absolute;
- top: 4px;
- left: 4px;
- right: 4px;
- bottom: 4px;
- }
- .jp-Notebook-panel {
- border-bottom: 1px solid #E0E0E0;
- }
|